org.apache.activemq.memory
public class CacheEntryList extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
CacheEntry |
tail |
Constructor and Description |
---|
CacheEntryList() |
Modifier and Type | Method and Description |
---|---|
void |
add(CacheEntry ce) |
void |
clear() |
CacheEvictor |
createFIFOCacheEvictor() |
CacheEvictor |
createLIFOCacheEvictor() |
public final CacheEntry tail
public CacheEntryList()
public void add(CacheEntry ce)
public void clear()
public CacheEvictor createFIFOCacheEvictor()
public CacheEvictor createLIFOCacheEvictor()
Copyright © 2005-2014. All Rights Reserved.