pub fn noop_cache<V: Clone + Send + Sync + 'static>() -> Arc<dyn AuthzCache<V>>
Convenience helper: create a NoopCache wrapped in an Arc.
NoopCache
Arc