CacheStatic

Type Alias CacheStatic 

Source
pub type CacheStatic<K, V> = LazyLock<DashMap<K, Arc<V>, RandomState>>;
Expand description

The underlying data store. You should not use this besides passing it to the Cache instance.

Aliased Typeยง

pub struct CacheStatic<K, V> { /* private fields */ }