org.melati.poem.util
Class Cache.Info

Package class diagram package Cache.Info
java.lang.Object
  extended by org.melati.poem.util.Cache.Info
Enclosing class:
Cache

public final class Cache.Info
extends Object

A class which enables reporting upon the state of the Cache.


Method Summary
 Enumeration<Object> getDroppedElements()
           
 Enumeration<Object> getHeldElements()
           
 Enumeration<Object> getReport()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHeldElements

public Enumeration<Object> getHeldElements()
Returns:
an Enumeration of objects held

getDroppedElements

public Enumeration<Object> getDroppedElements()
Returns:
an Enumeration of elements dropped from the cache

getReport

public Enumeration<Object> getReport()
Returns:
the report


Copyright © 2000-2010 PanEris. All Rights Reserved.