Re-exports§
pub use config::CacheBackend;pub use config::CacheConfig;pub use environment::Environment;pub use global::init as init_cache;pub use memory::MemoryStore;pub use namespaced::NamespacedStore;pub use registry::CacheRegistry;pub use store::CacheStore;
Modules§
- config
- Per-environment cache configuration loaded from the
cachesection ofconfig/<env>.yml. - environment
- Runtime environment selection, driven by the
DOIDO_ENVvariable. - global
- Process-global default cache store, built once from config at boot.
- memory
- namespaced
- registry
- store