Re-exports§
pub use store::Cache;pub use store::CacheStats;pub use store::cache_key;
Modules§
- store
- LMDB-backed storage for
CachedEntryvalues, keyed by query hash, with a reverse tag index for invalidation.
Structs§
- Cached
Entry - One cache entry: the cached rows plus the tags a write to any of which must invalidate it — stored together so invalidation never needs a second lookup to find out what a key was tagged with.