public class CacheEntryList extends 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–2019 The Apache Software Foundation. All rights reserved.