Expand description
Add LRU (least recently used) caching to a given store.
Structs§
- LruCaching
Config - The configuration type for the
LruCachingStore
. - LruCaching
Database - A key-value database with added LRU caching.
- LruCaching
Store - A key-value store with added LRU caching.
- Storage
Cache Config - The parametrization of the cache.
Constants§
- DEFAULT_
STORAGE_ CACHE_ CONFIG - The maximum number of entries in the cache. If the number of entries in the cache is too large then the underlying maps become the limiting factor
Type Aliases§
- LruCaching
Memory Database - A memory darabase with caching.