|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICacheType | |
---|---|
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.lateral.behavior | |
org.apache.jcs.auxiliary.lateral.socket.tcp | |
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.behavior | Interfaces used by the core and the auxiliary caches. |
org.apache.jcs.engine.control | The primary cache classes and the hub. |
Uses of ICacheType in org.apache.jcs.auxiliary |
---|
Subinterfaces of ICacheType in org.apache.jcs.auxiliary | |
---|---|
interface |
AuxiliaryCache
Tag interface for auxiliary caches. |
interface |
AuxiliaryCacheManager
AuxiliaryCacheManager FIXME: Should not need to extend ICacheType |
Classes in org.apache.jcs.auxiliary that implement ICacheType | |
---|---|
class |
AbstractAuxiliaryCache
This holds convenience methods used by most auxiliary caches. |
class |
AbstractAuxiliaryCacheEventLogging
All ICacheEvents are defined as final. |
Uses of ICacheType in org.apache.jcs.auxiliary.disk |
---|
Classes in org.apache.jcs.auxiliary.disk that implement ICacheType | |
---|---|
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. |
class |
AbstractDiskCacheManager
Common disk cache methods and properties. |
Uses of ICacheType in org.apache.jcs.auxiliary.disk.block |
---|
Classes in org.apache.jcs.auxiliary.disk.block that implement ICacheType | |
---|---|
class |
BlockDiskCache
There is one BlockDiskCache per region. |
class |
BlockDiskCacheManager
Cache manager for BlockDiskCaches. |
Uses of ICacheType in org.apache.jcs.auxiliary.disk.indexed |
---|
Classes in org.apache.jcs.auxiliary.disk.indexed that implement ICacheType | |
---|---|
class |
IndexedDiskCache
Disk cache that uses a RandomAccessFile with keys stored in memory. |
class |
IndexedDiskCacheManager
Cache manager for IndexedDiskCaches. |
Uses of ICacheType in org.apache.jcs.auxiliary.disk.jdbc |
---|
Classes in org.apache.jcs.auxiliary.disk.jdbc that implement ICacheType | |
---|---|
class |
JDBCDiskCache
This is the jdbc disk cache plugin. |
class |
JDBCDiskCacheManager
This manages instances of the jdbc disk cache. |
class |
JDBCDiskCacheManagerAbstractTemplate
This class serves as an abstract template for JDBCDiskCache Manager. |
Uses of ICacheType in org.apache.jcs.auxiliary.disk.jdbc.mysql |
---|
Classes in org.apache.jcs.auxiliary.disk.jdbc.mysql that implement ICacheType | |
---|---|
class |
MySQLDiskCache
The MySQLDiskCache extends the core JDBCDiskCache. |
class |
MySQLDiskCacheManager
This manages instances of the MySQL jdbc disk cache. |
Uses of ICacheType in org.apache.jcs.auxiliary.lateral |
---|
Classes in org.apache.jcs.auxiliary.lateral that implement ICacheType | |
---|---|
class |
LateralCache
Lateral distributor. |
class |
LateralCacheAbstractManager
Creates lateral caches. |
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 ICacheType in org.apache.jcs.auxiliary.lateral.behavior |
---|
Subinterfaces of ICacheType in org.apache.jcs.auxiliary.lateral.behavior | |
---|---|
interface |
ILateralCacheManager
This helps ensure some common behavior among LateraLCacheManagers for things such as monitors. |
Uses of ICacheType in org.apache.jcs.auxiliary.lateral.socket.tcp |
---|
Classes in org.apache.jcs.auxiliary.lateral.socket.tcp that implement ICacheType | |
---|---|
class |
LateralTCPCacheManager
Creates lateral caches. |
Uses of ICacheType in org.apache.jcs.auxiliary.remote |
---|
Classes in org.apache.jcs.auxiliary.remote that implement ICacheType | |
---|---|
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 |
RemoteCacheManager
An instance of RemoteCacheManager corresponds to one remote connection of a specific host and port. |
class |
RemoteCacheNoWait
The RemoteCacheNoWait wraps the RemoteCacheClient. |
class |
RemoteCacheNoWaitFacade
Used to provide access to multiple services under nowait protection. |
Uses of ICacheType in org.apache.jcs.auxiliary.remote.behavior |
---|
Subinterfaces of ICacheType in org.apache.jcs.auxiliary.remote.behavior | |
---|---|
interface |
IRemoteCacheClient
This defines the behavior expected of a remote cache client. |
Uses of ICacheType in org.apache.jcs.auxiliary.remote.http.client |
---|
Classes in org.apache.jcs.auxiliary.remote.http.client that implement ICacheType | |
---|---|
class |
RemoteHttpCache
This uses an http client as the service. |
class |
RemoteHttpCacheManager
This is a very crude copy of the RMI remote manager. |
Uses of ICacheType in org.apache.jcs.engine.behavior |
---|
Subinterfaces of ICacheType in org.apache.jcs.engine.behavior | |
---|---|
interface |
ICache
This is the top level interface for all cache like structures. |
interface |
ICacheManager
Inteface implemented by a specific cache. |
Uses of ICacheType in org.apache.jcs.engine.control |
---|
Classes in org.apache.jcs.engine.control that implement ICacheType | |
---|---|
class |
CompositeCache
This is the primary hub for a single cache/region. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |