Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
JCS
Simple class for using JCS.
|
Modifier and Type | Class and Description |
---|---|
class |
GroupCacheAccess
Access for groups.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.