Module buffer_cache

Module buffer_cache 

Source
Expand description

Buffer cache that can be used to cache reads.

Structs§

AtomicCacheCounts
Cache counts that can be accessed atomically for multithread updates.
AtomicCacheStats
Cache statistics that can be accessed atomically for multithread updates.
BufferCache
A cache on top of a storage backend.
CacheCounts
Cache counts.
CacheStats
Cache access statistics.
FBuf
A custom buffer type that works with our read/write APIs and the buffer-cache.
FBufSerializer
An rkyv serializer made specifically to work with FBuf.
LimitExceeded

Enums§

CacheAccess
Whether a cache access was a hit or a miss.

Traits§

CacheEntry