pub type StringCache<V> = DataCache<String, V>;
Simple string-keyed cache
pub struct StringCache<V> { /* private fields */ }