Skip to main content

Module registry

Module registry 

Source
Expand description

Explicit store registry and config-driven selection. Explicit cache store registry.

Re-exports§

pub use crate::adapters::memory::register_memory;

Structs§

CacheRegistry
Explicit cache store registry.

Traits§

CacheStore
Minimal async cache storage operations shared by all store adapters.
CacheStoreFactory
Factory for a named cache store adapter.