fastcache
fastcache copied to clipboard
Possible to do a diskbacked version of this cache?
Possible to do a diskbacked version of this cache? Ability to set maximum disk limit to use with the same concept
basically the disk backed version is about using ssd as the cache.
While this is technically possible, this is out of scope for the fastcache. I'd recommend forking it and adding support for disk-based cache on top of mmap'ed files.