TwoLevelLruCache
TwoLevelLruCache copied to clipboard
suggestion: add metadata to the objects in cache
Like this: https://github.com/fhucho/simple-disk-cache
Nice idea w/ the Converter though. Would be useful to be able to set one for the in-mem cache and another for the disk cache, so you can add compression and encryption separately.