Modules§
Structs§
- Managed
LruCache - The managed cache is a lru cache that bounds the memory usage by epoch.
Should be used with
MemoryManager
. - MutGuard
Functions§
- cache_
may_ 🔒stale - Returns whether we’re unsure about the fressness of the cache after the scaling from the
previous partition to the current one, denoted by vnode bitmaps. If the value is
true
, we must evict the cache entries that does not belong to the previous partition before further processing.