Skip to main content

store

Function store 

Source
pub fn store() -> Arc<dyn CacheStore>
Expand description

Returns the global cache store, panicking if init/set_store was never called. Use from request handlers where boot is guaranteed to have run.