Is there a way to use this library more as a caching layer (preferably using mmap so it is not limited by RAM)? For example, I already store data in some external database and I would want to use this library more as a cache and would like to have custom handler for both evict and restore.
Is there a way to use this library more as a caching layer (preferably using mmap so it is not limited by RAM)? For example, I already store data in some external database and I would want to use this library more as a cache and would like to have custom handler for both evict and restore.