kittinunf / Fuse

The simple generic LRU memory/disk cache for Android written in Kotlin

Home Page:https://kittinunf.gitbook.io/fuse/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a LruCache bug ?

aeroxr1 opened this issue · comments

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.