Skip to main content

Module client

Module client 

Source
Expand description

High-level cache client with dual-layer (L1/L2) support.

Structs§

CacheKit
Cache client with optional L1 in-process cache layer.
CacheKitBuilder
Fluent builder for CacheKit.
SecureCache
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§

SharedBackend
Reference-counted pointer to a heap-allocated backend.