pub fn store() -> Arc<dyn CacheStore>
Returns the global cache store, panicking if init/set_store was never called. Use from request handlers where boot is guaranteed to have run.
init
set_store