public class FIFOMemoryCache<K,V> extends AbstractDoubleLinkedListMemoryCache<K,V>
list| Constructor and Description |
|---|
FIFOMemoryCache() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
adjustListForGet(MemoryElementDescriptor<K,V> me)
Does nothing.
|
protected MemoryElementDescriptor<K,V> |
adjustListForUpdate(ICacheElement<K,V> ce)
Puts an item to the cache.
|
addFirst, addLast, createMap, freeElements, get, getStatistics, initialize, lockedGetElement, lockedRemoveAll, lockedRemoveElement, updatedispose, dumpMap, getCacheAttributes, getCacheName, getCompositeCache, getKeySet, getMultiple, getQuiet, getSize, remove, removeAll, removeByGroup, removeByHierarchy, setCacheAttributes, waterfalprotected MemoryElementDescriptor<K,V> adjustListForUpdate(ICacheElement<K,V> ce) throws IOException
adjustListForUpdate in class AbstractDoubleLinkedListMemoryCache<K,V>ce - The cache element, or entry wrapperIOExceptionprotected void adjustListForGet(MemoryElementDescriptor<K,V> me)
adjustListForGet in class AbstractDoubleLinkedListMemoryCache<K,V>me - Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.