Skip to main content

Crate quillcache_core

Crate quillcache_core 

Source

Structs§

BlockHint
BlockRemovedEvent
BlockStoredEvent
CacheResidency
CacheTierParseError
CostModel
EngineEndpoint
ExternalKvBlockKey
IdentityScope
Identity scope for safe KV reuse.
IndexMetrics
Comparable metrics every index backend can report.
KvBlockKey
KvEventBatch
MemoryIndex
Canonical in-memory IndexBackend: a flat map from block identity to residency. This is the reference backend and the baseline that persistent backends (Holt/ART, RocksDB/LSM, filesystem) are compared against in Experiment mode. It reports bytes_written = 0 because nothing is persisted.
RequestKvHints
RequestShape
SloTarget
WorkerState

Enums§

CacheTier
EngineKind
KvEvent

Traits§

IndexBackend
A pluggable residency-index backend.