Expand description
Caching datastructures for re_query
.
Re-exports§
pub use self::clamped_zip::*;
pub use self::range_zip::*;
Modules§
Structs§
- Cache
Stats - Stats for a single
crate::RangeCache
. - Caches
Stats - Stats for all primary caches.
- Component
NotFound Error - Latest
AtResults - Results for a latest-at query.
- Query
Cache - Query
Cache Handle - A ref-counted, inner-mutable handle to a
QueryCache
. - Query
Cache Key - Uniquely identifies cached query results in the
QueryCache
. - Range
Results - Results for a range query.
- Storage
Engine - Keeps track of handles towards a
ChunkStore
and itsQueryCache
. - Storage
Engine ArcRead Guard - Storage
Engine Read Guard - Storage
Engine Write Guard
Enums§
Traits§
- Storage
Engine Like - Anything that can expose references to a
ChunkStore
and itsQueryCache
.