Uses of Interface
org.apache.jcs.engine.behavior.ICacheType

Packages that use ICacheType
org.apache.jcs.auxiliary Root package for auxiliary caches. 
org.apache.jcs.auxiliary.behavior Auxilliary cache interfaces. 
org.apache.jcs.auxiliary.disk The primary disk auxiliary. 
org.apache.jcs.auxiliary.disk.hsql A disk cache using Hypersonic SQL to serialize the contained objects. 
org.apache.jcs.auxiliary.disk.indexed   
org.apache.jcs.auxiliary.disk.jisp Disk cache implemented with the Java Indexed Serialization Package, which allows serialization of objects to B-Tree indexed tables on disk. 
org.apache.jcs.auxiliary.javagroups   
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.engine.behavior Interfaces used by the core and the auxiliary caches. 
org.apache.jcs.engine.control The primary cache classes and the hub. 
org.apache.jcs.engine.memory.behavior   
 

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
 

Uses of ICacheType in org.apache.jcs.auxiliary.behavior
 

Subinterfaces of ICacheType in org.apache.jcs.auxiliary.behavior
 interface IAuxiliaryCacheManager
          Description of the Interface
 

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 perstistence mechanism.
 

Uses of ICacheType in org.apache.jcs.auxiliary.disk.hsql
 

Classes in org.apache.jcs.auxiliary.disk.hsql that implement ICacheType
 class HSQLCache
          HSQLDB Based Local Persistence.
 class HSQLCacheManager
          Description of the Class
 

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.jisp
 

Classes in org.apache.jcs.auxiliary.disk.jisp that implement ICacheType
 class JISPCache
          JISP disk cache implementation.
 class JISPCacheManager
          Description of the Class
 

Uses of ICacheType in org.apache.jcs.auxiliary.javagroups
 

Classes in org.apache.jcs.auxiliary.javagroups that implement ICacheType
 class JavaGroupsCache
          Auxiliary cache using javagroups.
 

Uses of ICacheType in org.apache.jcs.auxiliary.lateral
 

Classes in org.apache.jcs.auxiliary.lateral that implement ICacheType
 class LateralCache
          Lateral distributor.
 class LateralCacheManager
          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.remote
 

Classes in org.apache.jcs.auxiliary.remote that implement ICacheType
 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
          Used to queue up update requests to the underlying cache.
 class RemoteCacheNoWaitFacade
          Used to provide access to multiple services under nowait protection.
 

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.
 

Uses of ICacheType in org.apache.jcs.engine.memory.behavior
 

Subinterfaces of ICacheType in org.apache.jcs.engine.memory.behavior
 interface IMemoryCache
          For the framework.
 



Copyright © 2002-2005 Apache Software Foundation. All Rights Reserved.