Expand description
Buffer cache that can be used to cache reads.
Structs§
- Atomic
Cache Counts - Cache counts that can be accessed atomically for multithread updates.
- Atomic
Cache Stats - Cache statistics that can be accessed atomically for multithread updates.
- Buffer
Cache - A cache on top of a storage backend.
- Cache
Counts - Cache counts.
- Cache
Stats - Cache access statistics.
- FBuf
- A custom buffer type that works with our read/write APIs and the buffer-cache.
- FBuf
Serializer - An
rkyvserializer made specifically to work withFBuf. - Limit
Exceeded
Enums§
- Cache
Access - Whether a cache access was a hit or a miss.