Skip to content

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…

Notifications You must be signed in to change notification settings

ControlX/LruCache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

LruCache

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.

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

No packages published

Languages