org.melati.poem.util
Class Cache.Info
java.lang.Object
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
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.