org.apache.jcs.admin
Class CacheRegionInfo

java.lang.Object
  extended byorg.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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheRegionInfo

public CacheRegionInfo()
Method Detail

getCache

public CompositeCache getCache()
Returns:

getByteCount

public long getByteCount()
Returns:

getStatus

public java.lang.String getStatus()
Returns:

getStats

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

Returns:
String


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