DefaultInMemoryCache

Type Alias DefaultInMemoryCache 

Source
pub type DefaultInMemoryCache = InMemoryCache<DefaultCacheModels>;
Expand description

The default implementation of InMemoryCache. This is a type alias to the trait type defaults to allow the compiler to properly infer the generics.

Aliased Typeยง

pub struct DefaultInMemoryCache { /* private fields */ }