|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheAccess | |
org.apache.jcs | Contains the class JCS which provides a simple interface for clients to use JCS. |
org.apache.jcs.access | Contains classes for accessing the cache. |
Uses of CacheAccess in org.apache.jcs |
Subclasses of CacheAccess in org.apache.jcs | |
class |
JCS
Simple class for using JCS. |
Uses of CacheAccess in org.apache.jcs.access |
Subclasses of CacheAccess in org.apache.jcs.access | |
class |
GroupCacheAccess
Access for groups. |
Methods in org.apache.jcs.access that return CacheAccess | |
static CacheAccess |
CacheAccess.defineRegion(java.lang.String name)
Define a new cache region with the given name. |
static CacheAccess |
CacheAccess.defineRegion(java.lang.String name,
ICompositeCacheAttributes cattr)
Define a new cache region with the specified name and attributes. |
static CacheAccess |
CacheAccess.defineRegion(java.lang.String name,
ICompositeCacheAttributes cattr,
IElementAttributes attr)
Define a new cache region with the specified name and attributes and return a CacheAccess to it. |
static CacheAccess |
CacheAccess.getAccess(java.lang.String region)
Get a CacheAccess instance for the given region. |
static CacheAccess |
CacheAccess.getAccess(java.lang.String region,
ICompositeCacheAttributes icca)
Get a CacheAccess instance for the given region with the given attributes. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |