Expand description
Cache configuration types.
BackendConfig (the storage backend selector) lives in sui-castore and
is re-exported here for backward compatibility. CacheConfig (the
cache-server configuration) is owned by this module.
Structs§
- Cache
Config - Top-level cache configuration.
Enums§
- Backend
Config - Storage backend selection.
- Write
Policy - How a
putpropagates across the tiers. See the module docs for the full contract; every policy persists both durable tiers before returning.
Constants§
- CACHE_
TIER_ ENV - The shikumi tier-selector environment variable for this cache.