K - V - public class MapCacheStorage<K,V> extends Object implements ICacheStorage<K,V>
ICacheStorage implementation with Map;| Constructor and Description |
|---|
MapCacheStorage() |
public void remove(K key)
remove in interface ICacheStorage<K,V>public void clear()
clear in interface ICacheStorage<K,V>public boolean containsKey(K key)
containsKey in interface ICacheStorage<K,V>public Collection<V> values()
values in interface ICacheStorage<K,V>Copyright © 2015. All Rights Reserved.