Uses of Class
gw.util.concurrent.Cache.ConcurrentLinkedHashMap
-
Packages that use Cache.ConcurrentLinkedHashMap Package Description gw.util.concurrent -
-
Uses of Cache.ConcurrentLinkedHashMap in gw.util.concurrent
Fields in gw.util.concurrent declared as Cache.ConcurrentLinkedHashMap Modifier and Type Field Description private Cache.ConcurrentLinkedHashMap<K,V>Cache. _cacheImplprivate Cache.ConcurrentLinkedHashMap<K,V>Cache.ConcurrentLinkedHashMap.EntrySetAdapter. mapMethods in gw.util.concurrent with parameters of type Cache.ConcurrentLinkedHashMap Modifier and Type Method Description (package private) abstract <K,V>
booleanCache.ConcurrentLinkedHashMap.EvictionPolicy. onEvict(Cache.ConcurrentLinkedHashMap<K,V> map, Cache.ConcurrentLinkedHashMap.Node<K,V> node)Determines whether to evict the node at the head of the list.(package private) abstract <K,V>
voidCache.ConcurrentLinkedHashMap.EvictionPolicy. onGet(Cache.ConcurrentLinkedHashMap<K,V> map, Cache.ConcurrentLinkedHashMap.Node<K,V> node)Performs any operations required by the policy after a node was successfully retrieved.(package private) <K,V>
voidCache.ConcurrentLinkedHashMap.EvictionPolicy. onRemove(Cache.ConcurrentLinkedHashMap<K,V> map, Cache.ConcurrentLinkedHashMap.Node<K,V> node)Expires a node so that, for all intents and purposes, it is a dead on the list.
-