org.apache.jcs.admin.servlet
Class JCSAdminServlet.CacheRegionInfo

java.lang.Object
  extended byorg.apache.jcs.admin.servlet.JCSAdminServlet.CacheRegionInfo
Enclosing class:
JCSAdminServlet

public class JCSAdminServlet.CacheRegionInfo
extends java.lang.Object

Stores info on a cache region for the template


Field Summary
(package private)  long byteCount
           
(package private)  CompositeCache cache
           
 
Constructor Summary
JCSAdminServlet.CacheRegionInfo()
           
 
Method Summary
 long getByteCount()
           
 CompositeCache getCache()
           
 java.lang.String getStatus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cache

CompositeCache cache

byteCount

long byteCount
Constructor Detail

JCSAdminServlet.CacheRegionInfo

public JCSAdminServlet.CacheRegionInfo()
Method Detail

getCache

public CompositeCache getCache()

getByteCount

public long getByteCount()

getStatus

public java.lang.String getStatus()