Cache<V> typedef

Cache<V> = Map<String, _CacheValue<V>>

Implementation

typedef Cache<V> = Map<String, _CacheValue<V>>;