Expand description
Caching datastructures for re_query
.
Re-exportsยง
pub use self::clamped_zip::*;
pub use self::range_zip::*;
Modulesยง
- cache ๐
- cache_stats ๐
- latest_at ๐
- range ๐
- storage_engine ๐
Structsยง
- Stats for a single
crate::RangeCache
. - Stats for all primary caches.
- Results for a latest-at query.
- A ref-counted, inner-mutable handle to a
QueryCache
. - Uniquely identifies cached query results in the
QueryCache
. - Results for a range query.
- Keeps track of handles towards a
ChunkStore
and itsQueryCache
.
Enumsยง
Traitsยง
- Anything that can expose references to a
ChunkStore
and itsQueryCache
.