Fuse
Fuse copied to clipboard
Is there a LruCache bug ?
Hi ! In the Android example the size of Lru cache is set in bytes but the sizeOf method has not been overriden. In this way the LRU size method return the number of element in the LRU cache and not the size in byte.