org.fjank.jcache
Class CacheRegion
java.lang.Object
org.fjank.jcache.CacheGroup
org.fjank.jcache.CacheRegion
- All Implemented Interfaces:
- Serializable
public class CacheRegion
- extends CacheGroup
This class defines a region in the cache.
- Author:
- Frank Karlstrøm
- See Also:
- Serialized Form
Methods inherited from class org.fjank.jcache.CacheGroup |
contains, containsValue, destroy, entrySet, get, getGroup, getName, getObjectCount, invalidate, keySet, put, put, removeMe, replace, values |
CacheRegion
public CacheRegion(String name,
AttributesImpl attributes)
- Creates new CacheRegionObject
- Parameters:
name
- the name of the new region.attributes
- the attributes for the new region.
getRegion
public static CacheRegion getRegion()
- returns the default region in the cache.
- Returns:
- the default region in the cache.
toString
public String toString()
- returns a String representation of this region.
- Overrides:
toString
in class Object
- Returns:
- a String representation of this region.
Copyright © 2002-2009 Hosted by SourceForge. All Rights Reserved.