Type Alias ObjectCacheProvider

Source
pub type ObjectCacheProvider = Arc<dyn ObjectCacheProvide>;
Expand description

CacheProvider is a type alias for a thread-safe reference-counted pointer to a CacheProvide trait object.

Aliased Typeยง

struct ObjectCacheProvider { /* private fields */ }