org.apache.jcs.admin
Class CacheRegionInfo

java.lang.Object
  extended by org.apache.jcs.admin.CacheRegionInfo

public class CacheRegionInfo
extends java.lang.Object

Stores info on a cache region for the template


Constructor Summary
CacheRegionInfo()
           
 
Method Summary
 long getByteCount()
           
 CompositeCache getCache()
           
 java.lang.String getStats()
          Return the stats for the region.
 java.lang.String getStatus()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CacheRegionInfo

public CacheRegionInfo()
Method Detail

getCache

public CompositeCache getCache()
Returns:
the underlying region

getByteCount

public long getByteCount()
Returns:
total byte count

getStatus

public java.lang.String getStatus()
Returns:
a status string

getStats

public java.lang.String getStats()
Return the stats for the region.

Returns:
String

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
string info on the region


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.