|
||||||||||
| 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<K extends Serializable,V extends Serializable>
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<K extends Serializable,V extends Serializable>
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<K extends Serializable,V extends Serializable>
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<K extends Serializable,V extends Serializable>
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<K extends Serializable,V extends Serializable>
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<K extends Serializable,V extends Serializable>
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<K extends Serializable,V extends Serializable>
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<K extends Serializable,V extends Serializable>
Lateral distributor. |
class |
LateralCacheNoWait<K extends Serializable,V extends Serializable>
Used to queue up update requests to the underlying cache. |
class |
LateralCacheNoWaitFacade<K extends Serializable,V extends Serializable>
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<K extends Serializable,V extends Serializable>
Abstract base for remote caches. |
class |
AbstractRemoteCacheNoWaitFacade<K extends Serializable,V extends Serializable>
An abstract base for the No Wait Facade. |
class |
RemoteCache<K extends Serializable,V extends Serializable>
Client proxy for an RMI remote cache. |
class |
RemoteCacheNoWait<K extends Serializable,V extends Serializable>
The RemoteCacheNoWait wraps the RemoteCacheClient. |
class |
RemoteCacheNoWaitFacade<K extends Serializable,V extends Serializable>
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<K extends Serializable,V extends Serializable>
This uses an http client as the service. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||