Package | Description |
---|---|
org.apache.jcs.auxiliary |
Root package for auxiliary caches.
|
org.apache.jcs.auxiliary.disk |
The primary disk auxiliary.
|
org.apache.jcs.auxiliary.disk.block | |
org.apache.jcs.auxiliary.disk.indexed | |
org.apache.jcs.auxiliary.disk.jdbc | |
org.apache.jcs.auxiliary.disk.jdbc.mysql | |
org.apache.jcs.auxiliary.lateral |
Root package for the lateral cache family.
|
org.apache.jcs.auxiliary.remote |
Root package for the remote auxiliary cache.
|
org.apache.jcs.auxiliary.remote.behavior | |
org.apache.jcs.auxiliary.remote.http.client | |
org.apache.jcs.engine |
Interfaces used by the core and the auxiliary caches.
|
org.apache.jcs.engine.behavior |
Interfaces used by the core and the auxiliary caches.
|
org.apache.jcs.engine.control |
The primary cache classes and the hub.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AuxiliaryCache
Tag interface for auxiliary caches.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuxiliaryCache
This holds convenience methods used by most auxiliary caches.
|
class |
AbstractAuxiliaryCacheEventLogging
All ICacheEvents are defined as final.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDiskCache
Abstract class providing a base implementation of a disk cache, which can be easily extended to
implement a disk cache for a specific persistence mechanism.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockDiskCache
There is one BlockDiskCache per region.
|
Modifier and Type | Class and Description |
---|---|
class |
IndexedDiskCache
Disk cache that uses a RandomAccessFile with keys stored in memory.
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCDiskCache
This is the jdbc disk cache plugin.
|
Modifier and Type | Class and Description |
---|---|
class |
MySQLDiskCache
The MySQLDiskCache extends the core JDBCDiskCache.
|
Modifier and Type | Class and Description |
---|---|
class |
LateralCache
Lateral distributor.
|
class |
LateralCacheNoWait
Used to queue up update requests to the underlying cache.
|
class |
LateralCacheNoWaitFacade
Used to provide access to multiple services under nowait protection.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRemoteAuxiliaryCache
Abstract base for remote caches.
|
class |
AbstractRemoteCacheNoWaitFacade
An abstract base for the No Wait Facade.
|
class |
RemoteCache
Client proxy for an RMI remote cache.
|
class |
RemoteCacheNoWait
The RemoteCacheNoWait wraps the RemoteCacheClient.
|
class |
RemoteCacheNoWaitFacade
Used to provide access to multiple services under nowait protection.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IRemoteCacheClient
This defines the behavior expected of a remote cache client.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteHttpCache
This uses an http client as the service.
|
Modifier and Type | Field and Description |
---|---|
ICache |
CacheListeners.cache
The cache using the queue.
|
Constructor and Description |
---|
CacheAdaptor(ICache cache)
Constructor for the CacheAdaptor object
|
CacheListeners(ICache cache)
Constructs with the given cache.
|
Modifier and Type | Method and Description |
---|---|
ICache |
ICacheManager.getCache(java.lang.String cacheName)
methods to get a cache region from a maanger
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeCache
This is the primary hub for a single cache/region.
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.