public class LruEJBCache
extends com.sun.appserv.util.cache.LruCache
| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
_logger |
protected String |
cacheName |
| Constructor and Description |
|---|
LruEJBCache()
default constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected com.sun.appserv.util.cache.BaseCache.CacheItem |
itemAdded(com.sun.appserv.util.cache.BaseCache.CacheItem item) |
void |
setCacheName(String name) |
protected com.sun.appserv.util.cache.BaseCache.CacheItem |
trimLru(long currentTime) |
createItem, getStatByName, getStats, init, itemAccessed, itemRefreshed, itemRemoved, setTimeout, trimExpiredEntries_put, _remove, _removeItem, add, add, addCacheListener, clear, clearStats, contains, decrementEntryCount, destroy, elements, eq, get, get, getAll, getEntryCount, getIndex, getIndex, handleOverflow, hash, incrementAddCount, incrementEntryCount, incrementHitCount, incrementMissCount, incrementOverflowCount, incrementRefreshCount, incrementRemovalCount, init, init, isEmpty, isThresholdReached, keys, loadValue, notifyRefresh, put, put, remove, remove, remove, removeAll, trimItem, values, waitRefreshprotected com.sun.appserv.util.cache.BaseCache.CacheItem trimLru(long currentTime)
trimLru in class com.sun.appserv.util.cache.LruCacheprotected com.sun.appserv.util.cache.BaseCache.CacheItem itemAdded(com.sun.appserv.util.cache.BaseCache.CacheItem item)
itemAdded in class com.sun.appserv.util.cache.LruCachepublic void setCacheName(String name)
Copyright © 2013. All Rights Reserved.