You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: