Uses of Class
gw.util.concurrent.Cache.ConcurrentLinkedHashMap
Packages that use Cache.ConcurrentLinkedHashMap
-
Uses of Cache.ConcurrentLinkedHashMap in gw.util.concurrent
Fields in gw.util.concurrent declared as Cache.ConcurrentLinkedHashMapModifier and TypeFieldDescriptionprivate Cache.ConcurrentLinkedHashMap<K,
V> Cache._cacheImpl
private final Cache.ConcurrentLinkedHashMap<K,
V> Cache.ConcurrentLinkedHashMap.EntrySetAdapter.map
Methods in gw.util.concurrent with parameters of type Cache.ConcurrentLinkedHashMapModifier and TypeMethodDescription(package private) abstract <K,
V> boolean Cache.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> void Cache.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> void Cache.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.