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

Method Index

 o decrementLruCacheEntryClockCount()
 o getLruCacheEntryClockCount()
These methods allow the LruCacheManagerImpl to manipulate the clock count.

Methods

 o getLruCacheEntryClockCount
  public abstract int getLruCacheEntryClockCount()
These methods allow the LruCacheManagerImpl to manipulate the clock count.
 o decrementLruCacheEntryClockCount
  public abstract void decrementLruCacheEntryClockCount()

All Packages  Class Hierarchy  This Package  Previous  Next  Index