Class MapCacheStorage<K,V>
java.lang.Object
fr.opensagres.xdocreport.core.cache.MapCacheStorage<K,V>
- Type Parameters:
K-V-
- All Implemented Interfaces:
ICacheStorage<K,V>
ICacheStorage implementation with Map;-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MapCacheStorage
public MapCacheStorage()
-
-
Method Details
-
get
- Specified by:
getin interfaceICacheStorage<K,V>
-
put
- Specified by:
putin interfaceICacheStorage<K,V>
-
remove
- Specified by:
removein interfaceICacheStorage<K,V>
-
clear
public void clear()- Specified by:
clearin interfaceICacheStorage<K,V>
-
containsKey
- Specified by:
containsKeyin interfaceICacheStorage<K,V>
-
values
- Specified by:
valuesin interfaceICacheStorage<K,V>
-