Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 322 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 322 Bytes

BLCache

  • Thread safe image caching library with LFU cache-clearing algorithm.

  • Kinda Generic, you just have to provide the task-intensive process (getting data from the network) and an honest size of your instance.

  • Has quick unit tests involving multiple thread accesses

  • See dirty sample table view application