|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CacheGroup | |
|---|---|
| org.fjank.jcache | All access to the cache is through the class javax.util.jcache.CacheAccess. |
| org.fjank.jcache.collection | |
| Uses of CacheGroup in org.fjank.jcache |
|---|
| Subclasses of CacheGroup in org.fjank.jcache | |
|---|---|
class |
CacheRegion
This class defines a region in the cache. |
| Methods in org.fjank.jcache that return CacheGroup | |
|---|---|
CacheGroup |
CacheObject.getGroup()
gets the group this object belongs to |
CacheGroup |
CacheGroup.getGroup(String group)
gets the named group from this group. |
| Methods in org.fjank.jcache with parameters of type CacheGroup | |
|---|---|
void |
CacheGroup.put(CacheGroup group)
puts the group into this group |
| Constructors in org.fjank.jcache with parameters of type CacheGroup | |
|---|---|
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. |
|
| Uses of CacheGroup in org.fjank.jcache.collection |
|---|
| Constructors in org.fjank.jcache.collection with parameters of type CacheGroup | |
|---|---|
CollectionProxy(Collection collection,
CacheGroup group)
|
|
SetProxy(Set set,
CacheGroup group)
Creates a new keySetProxy. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||