Skip to main content

noop_cache

Function noop_cache 

Source
pub fn noop_cache<V: Clone + Send + Sync + 'static>() -> Arc<dyn AuthzCache<V>>
Expand description

Convenience helper: create a NoopCache wrapped in an Arc.