Module linera_views::backends::lru_caching
source · Expand description
Add LRU (least recently used) caching to a given store.
Structs§
- The configuration type for the
LruCachingStore
. - We take a store, a maximum size and build a LRU-based system.
Constants§
- The standard cache size used for tests.
Type Aliases§
- A memory store with caching.