|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractAuxiliaryCache | |
---|---|
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.file | |
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.http.client |
Uses of AbstractAuxiliaryCache in org.apache.jcs.auxiliary |
---|
Subclasses of AbstractAuxiliaryCache in org.apache.jcs.auxiliary | |
---|---|
class |
AbstractAuxiliaryCacheEventLogging
All ICacheEvents are defined as final. |
Uses of AbstractAuxiliaryCache in org.apache.jcs.auxiliary.disk |
---|
Subclasses of AbstractAuxiliaryCache in org.apache.jcs.auxiliary.disk | |
---|---|
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. |
Uses of AbstractAuxiliaryCache in org.apache.jcs.auxiliary.disk.block |
---|
Subclasses of AbstractAuxiliaryCache in org.apache.jcs.auxiliary.disk.block | |
---|---|
class |
BlockDiskCache
There is one BlockDiskCache per region. |
Uses of AbstractAuxiliaryCache in org.apache.jcs.auxiliary.disk.file |
---|
Subclasses of AbstractAuxiliaryCache in org.apache.jcs.auxiliary.disk.file | |
---|---|
class |
FileDiskCache
This disk cache writes each item to a separate file. |
Uses of AbstractAuxiliaryCache in org.apache.jcs.auxiliary.disk.indexed |
---|
Subclasses of AbstractAuxiliaryCache in org.apache.jcs.auxiliary.disk.indexed | |
---|---|
class |
IndexedDiskCache
Disk cache that uses a RandomAccessFile with keys stored in memory. |
Uses of AbstractAuxiliaryCache in org.apache.jcs.auxiliary.disk.jdbc |
---|
Subclasses of AbstractAuxiliaryCache in org.apache.jcs.auxiliary.disk.jdbc | |
---|---|
class |
JDBCDiskCache
This is the jdbc disk cache plugin. |
Uses of AbstractAuxiliaryCache in org.apache.jcs.auxiliary.disk.jdbc.mysql |
---|
Subclasses of AbstractAuxiliaryCache in org.apache.jcs.auxiliary.disk.jdbc.mysql | |
---|---|
class |
MySQLDiskCache
The MySQLDiskCache extends the core JDBCDiskCache. |
Uses of AbstractAuxiliaryCache in org.apache.jcs.auxiliary.lateral |
---|
Subclasses of AbstractAuxiliaryCache in org.apache.jcs.auxiliary.lateral | |
---|---|
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. |
Uses of AbstractAuxiliaryCache in org.apache.jcs.auxiliary.remote |
---|
Subclasses of AbstractAuxiliaryCache in org.apache.jcs.auxiliary.remote | |
---|---|
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. |
Uses of AbstractAuxiliaryCache in org.apache.jcs.auxiliary.remote.http.client |
---|
Subclasses of AbstractAuxiliaryCache in org.apache.jcs.auxiliary.remote.http.client | |
---|---|
class |
RemoteHttpCache
This uses an http client as the service. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |