Skip to main content

StringCache

Type Alias StringCache 

Source
pub type StringCache<V> = DataCache<String, V>;
Expand description

Simple string-keyed cache

Aliased Typeยง

pub struct StringCache<V> { /* private fields */ }