org.picketlink.internal.cache
K
- V
- public class DefaultCache<K,V> extends ConcurrentHashMap<K,V> implements Cache<K,V>
Cache
which is essentially
ConcurrentHashMap
AbstractMap.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, values
clone, equals, hashCode, toString
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.