Interface COM.ibm.jaws.services.lrucmgr.LruCacheManager
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface COM.ibm.jaws.services.lrucmgr.LruCacheManager

public interface LruCacheManager
extends Object
extends CacheManager, Manageable, Lifecycle
The LruCacheManager interface allows each instance of an implementation to have a different cache size, so the following two methods are added. An LruCacheManager implementation is packaged as a Manageable object, so it can be managed by a BaseCollection.

Method Index

 o getMaxNumberEntries()
This method gets the maximum number of cache entries.
 o setMaxNumberEntries(int)
This method sets the maximum number of cache entries.

Methods

 o setMaxNumberEntries
  public abstract void setMaxNumberEntries(int newMaxNumberEntries)
This method sets the maximum number of cache entries.
 o getMaxNumberEntries
  public abstract int getMaxNumberEntries()
This method gets the maximum number of cache entries.

All Packages  Class Hierarchy  This Package  Previous  Next  Index