public class FIFOMemoryCache<K extends Serializable,V extends Serializable> extends AbstractDoubleLinkedListMemoryCache<K,V>
AbstractDoubleLinkedListMemoryCache.IteratorWrapper<K extends Serializable,V extends Serializable>, AbstractDoubleLinkedListMemoryCache.MapEntryWrapper<K extends Serializable,V extends Serializable>
list
cache, cacheAttributes, cacheName, chunkSize, elementAttributes, lock, map
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, dumpCacheEntries, dumpCacheSize, freeElements, get, getKeySet, getStatistics, initialize, remove, removeAll, spoolLastElement, update, verifyCache
dispose, dumpMap, getCacheAttributes, getCacheName, getCompositeCache, getMultiple, getQuiet, getSize, getStatus, setCacheAttributes, waterfal
protected MemoryElementDescriptor<K,V> adjustListForUpdate(ICacheElement<K,V> ce) throws IOException
adjustListForUpdate
in class AbstractDoubleLinkedListMemoryCache<K extends Serializable,V extends Serializable>
ce
- The cache element, or entry wrapperIOException
protected void adjustListForGet(MemoryElementDescriptor<K,V> me)
adjustListForGet
in class AbstractDoubleLinkedListMemoryCache<K extends Serializable,V extends Serializable>
me
- Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.