Interface COM.ibm.jaws.services.lrucmgr.LruCacheEntry
All Packages Class Hierarchy This Package Previous Next Index
Interface COM.ibm.jaws.services.lrucmgr.LruCacheEntry
- public interface LruCacheEntry
- extends Object
- extends CacheEntry
-
decrementLruCacheEntryClockCount()
-
-
getLruCacheEntryClockCount()
- These methods allow the LruCacheManagerImpl to manipulate
the clock count.
getLruCacheEntryClockCount
public abstract int getLruCacheEntryClockCount()
- These methods allow the LruCacheManagerImpl to manipulate
the clock count.
decrementLruCacheEntryClockCount
public abstract void decrementLruCacheEntryClockCount()
All Packages Class Hierarchy This Package Previous Next Index