K - V - public class DefaultCache<K,V> extends ConcurrentHashMap<K,V> implements org.picketlink.cache.Cache<K,V>
Cache which is essentially
ConcurrentHashMapAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
DefaultCache() |
clear, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, put, putAll, putIfAbsent, remove, remove, replace, replace, size, valuesclone, equals, hashCode, toStringCopyright © 2013. All Rights Reserved.