|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheRegion | |
---|---|
org.fjank.jcache | All access to the cache is through the class javax.util.jcache.CacheAccess . |
Uses of CacheRegion in org.fjank.jcache |
---|
Methods in org.fjank.jcache that return CacheRegion | |
---|---|
static CacheRegion |
CacheRegion.getRegion()
returns the default region in the cache. |
CacheRegion |
CacheObject.getRegion()
|
CacheRegion |
CacheImpl.getRegion()
Gets the default region in this cache., |
CacheRegion |
CacheAccessImpl2.getRegion()
Gets the region this access applies to. |
CacheRegion |
CacheImpl.getRegion(Object name)
Gets the named region in this cache., |
Constructors in org.fjank.jcache with parameters of type CacheRegion | |
---|---|
CacheObject(Object key,
Object referent,
CacheGroup group,
CacheRegion region,
ReferenceQueue q)
Creates a new CacheObject object. |
|
StreamCacheObject(Object key,
Object referent,
CacheGroup group,
CacheRegion region,
ReferenceQueue q)
Creates a new StreamCacheObject object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |