Skip to main content

Module config

Module config 

Source
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§

CacheConfig
Top-level cache configuration.

Enums§

BackendConfig
Storage backend selection.
WritePolicy
How a put propagates 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.