Skip to main content

Crate doido_cache

Crate doido_cache 

Source

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 cache section of config/<env>.yml.
environment
Runtime environment selection, driven by the DOIDO_ENV variable.
global
Process-global default cache store, built once from config at boot.
memory
namespaced
registry
store