public static interface CacheRegistry.CacheWrapper<K,V>
void
clear()
V
get(K key)
put(K key, V value)
int
size()
java.util.List<V>
values()
void put(K key, V value)
V get(K key)
void clear()
int size()
java.util.List<V> values()