Uses of Interface
org.apache.commons.jcs3.engine.behavior.ICacheType
Packages that use ICacheType
Package
Description
Root package for auxiliary caches.
The primary disk auxiliary.
Root package for the lateral cache family.
Root package for the remote auxiliary cache.
Interfaces used by the core and the auxiliary caches.
The primary cache classes and the hub.
-
Uses of ICacheType in org.apache.commons.jcs3.auxiliary
Subinterfaces of ICacheType in org.apache.commons.jcs3.auxiliaryModifier and TypeInterfaceDescriptioninterface
AuxiliaryCache<K,
V> Tag interface for auxiliary caches.Classes in org.apache.commons.jcs3.auxiliary that implement ICacheTypeModifier and TypeClassDescriptionclass
This holds convenience methods used by most auxiliary caches.class
All ICacheEvents are defined as final. -
Uses of ICacheType in org.apache.commons.jcs3.auxiliary.disk
Classes in org.apache.commons.jcs3.auxiliary.disk that implement ICacheTypeModifier and TypeClassDescriptionclass
AbstractDiskCache<K,
V> 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 ICacheType in org.apache.commons.jcs3.auxiliary.disk.block
Classes in org.apache.commons.jcs3.auxiliary.disk.block that implement ICacheTypeModifier and TypeClassDescriptionclass
BlockDiskCache<K,
V> There is one BlockDiskCache per region. -
Uses of ICacheType in org.apache.commons.jcs3.auxiliary.disk.indexed
Classes in org.apache.commons.jcs3.auxiliary.disk.indexed that implement ICacheTypeModifier and TypeClassDescriptionclass
IndexedDiskCache<K,
V> Disk cache that uses a RandomAccessFile with keys stored in memory. -
Uses of ICacheType in org.apache.commons.jcs3.auxiliary.disk.jdbc
Classes in org.apache.commons.jcs3.auxiliary.disk.jdbc that implement ICacheType -
Uses of ICacheType in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysql
Classes in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysql that implement ICacheTypeModifier and TypeClassDescriptionclass
MySQLDiskCache<K,
V> The MySQLDiskCache extends the core JDBCDiskCache. -
Uses of ICacheType in org.apache.commons.jcs3.auxiliary.lateral
Classes in org.apache.commons.jcs3.auxiliary.lateral that implement ICacheTypeModifier and TypeClassDescriptionclass
LateralCache<K,
V> Lateral distributor.class
LateralCacheNoWait<K,
V> Used to queue up update requests to the underlying cache.class
Used to provide access to multiple services under nowait protection. -
Uses of ICacheType in org.apache.commons.jcs3.auxiliary.remote
Classes in org.apache.commons.jcs3.auxiliary.remote that implement ICacheTypeModifier and TypeClassDescriptionclass
Abstract base for remote caches.class
An abstract base for the No Wait Facade.class
RemoteCache<K,
V> Client proxy for an RMI remote cache.class
RemoteCacheNoWait<K,
V> The RemoteCacheNoWait wraps the RemoteCacheClient.class
Used to provide access to multiple services under nowait protection. -
Uses of ICacheType in org.apache.commons.jcs3.auxiliary.remote.behavior
Subinterfaces of ICacheType in org.apache.commons.jcs3.auxiliary.remote.behaviorModifier and TypeInterfaceDescriptioninterface
IRemoteCacheClient<K,
V> This defines the behavior expected of a remote cache client. -
Uses of ICacheType in org.apache.commons.jcs3.auxiliary.remote.http.client
Classes in org.apache.commons.jcs3.auxiliary.remote.http.client that implement ICacheTypeModifier and TypeClassDescriptionclass
RemoteHttpCache<K,
V> This uses an http client as the service. -
Uses of ICacheType in org.apache.commons.jcs3.engine.behavior
Subinterfaces of ICacheType in org.apache.commons.jcs3.engine.behaviorModifier and TypeInterfaceDescriptioninterface
ICache<K,
V> This is the top level interface for all cache like structures. -
Uses of ICacheType in org.apache.commons.jcs3.engine.control
Classes in org.apache.commons.jcs3.engine.control that implement ICacheTypeModifier and TypeClassDescriptionclass
CompositeCache<K,
V> This is the primary hub for a single cache/region.