org.apache.activemq.memory
Class CacheEntryList
java.lang.Object
org.apache.activemq.memory.CacheEntryList
public class CacheEntryList
- extends Object
Maintains a simple linked list of CacheEntry objects. It is thread safe.
- Version:
- $Revision$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tail
public final CacheEntry tail
CacheEntryList
public CacheEntryList()
add
public void add(CacheEntry ce)
clear
public void clear()
createFIFOCacheEvictor
public CacheEvictor createFIFOCacheEvictor()
createLIFOCacheEvictor
public CacheEvictor createLIFOCacheEvictor()
Copyright © 2011 Apache Software Foundation. All Rights Reserved.