A utility class for caching bitmaps/images, generally used in lazy loading. This class can be forked and made generic according to user requirements. A context reference is passed in class by which a user can enable caching in file system rather than in objects. This class follows queue structure internally wherein eldest entries are removed first if the maxSize capacity of cache is reached.
-
Notifications
You must be signed in to change notification settings - Fork 0
A utility class for caching bitmaps/images, generally used in lazy loading. This class can be forked and made generic according to user requirements. A context reference is passed in class by which a user can enable caching in file system rather than in objects. This class follows queue structure internally wherein eldest entries are removed fir…
ControlX/LruCache
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
A utility class for caching bitmaps/images, generally used in lazy loading. This class can be forked and made generic according to user requirements. A context reference is passed in class by which a user can enable caching in file system rather than in objects. This class follows queue structure internally wherein eldest entries are removed fir…
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published