K - V - public class MapCacheStorage<K,V> extends java.lang.Object implements ICacheStorage<K,V>
ICacheStorage implementation with Map;| Constructor and Description |
|---|
MapCacheStorage() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(K key) |
V |
get(K key) |
void |
put(K key,
V value) |
void |
remove(K key) |
java.util.Collection<V> |
values() |
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 java.util.Collection<V> values()
values in interface ICacheStorage<K,V>Copyright © 2019. All Rights Reserved.