org.apache.jcs.admin
Class CacheRegionInfo
java.lang.Object
org.apache.jcs.admin.CacheRegionInfo
public class CacheRegionInfo
- extends Object
Stores info on a cache region for the template
CacheRegionInfo
public CacheRegionInfo()
getCache
public CompositeCache getCache()
- Returns:
- the underlying region
getByteCount
public long getByteCount()
- Returns:
- total byte count
getStatus
public String getStatus()
- Returns:
- a status string
getStats
public String getStats()
- Return the stats for the region.
- Returns:
- String
toString
public String toString()
- Overrides:
toString
in class Object
- Returns:
- string info on the region
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.