pub type MokaCacheBuilder<K, V> = CacheBuilder<K, V, Cache<K, V>>;
Available on crate feature
services-moka
only.Expand description
Type alias of moka::future::CacheBuilder
Aliased Typeยง
struct MokaCacheBuilder<K, V> { /* private fields */ }