Skip to main content

Crate pylon_cache

Crate pylon_cache 

Source

Re-exports§

pub use store::Cache;
pub use store::CacheStats;
pub use store::cache_key;

Modules§

store
LMDB-backed storage for CachedEntry values, keyed by query hash, with a reverse tag index for invalidation.

Structs§

CachedEntry
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.

Enums§

DecodedValue