Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 600 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 600 Bytes

Codacy Badge Build Status

TwoLevelCache

Create a configurable two-level cache (for caching Objects).
Level 1 is memory, level 2 is filesystem.
Config params should let one specify the cache strategies and max sizes of level 1 and 2.