Expand description
High-level cache client with dual-layer (L1/L2) support.
Structs§
- Cache
Kit - Production-ready cache client with optional L1 in-process cache layer.
- Cache
KitBuilder - Fluent builder for
CacheKit. - Secure
Cache - Encrypted cache handle returned by
CacheKit::secure(). - SwrToken
- Mutation version captured by an SWR stale read.
Enums§
- SwrRead
- Outcome of an SWR-aware typed read — see
CacheKit::interop_get_swr.
Type Aliases§
- Shared
Backend - Reference-counted pointer to a heap-allocated backend.