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>

public class MapCacheStorage<K,V> extends Object implements ICacheStorage<K,V>
ICacheStorage implementation with Map;