Uses of Interface
org.apache.jcs.auxiliary.AuxiliaryCacheAttributes

Packages that use AuxiliaryCacheAttributes
org.apache.jcs.auxiliary Root package for auxiliary caches. 
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.lateral Root package for the lateral cache family. 
org.apache.jcs.auxiliary.lateral.behavior   
org.apache.jcs.auxiliary.remote Root package for the remote auxiliary cache. 
org.apache.jcs.auxiliary.remote.behavior   
org.apache.jcs.auxiliary.remote.server   
org.apache.jcs.auxiliary.remote.server.behavior   
org.apache.jcs.engine.control The primary cache classes and the hub. 
 

Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary
 

Methods in org.apache.jcs.auxiliary that return AuxiliaryCacheAttributes
 AuxiliaryCacheAttributes AuxiliaryCacheAttributes.copy()
          Description of the Method
 

Methods in org.apache.jcs.auxiliary with parameters of type AuxiliaryCacheAttributes
 AuxiliaryCache AuxiliaryCacheFactory.createCache(AuxiliaryCacheAttributes attr, CompositeCache cache)
           
 

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

Classes in org.apache.jcs.auxiliary.disk.hsql that implement AuxiliaryCacheAttributes
 class HSQLCacheAttributes
          Description of the Class
 

Methods in org.apache.jcs.auxiliary.disk.hsql that return AuxiliaryCacheAttributes
 AuxiliaryCacheAttributes HSQLCacheAttributes.copy()
          Description of the Method
 

Methods in org.apache.jcs.auxiliary.disk.hsql with parameters of type AuxiliaryCacheAttributes
 AuxiliaryCache HSQLCacheFactory.createCache(AuxiliaryCacheAttributes iaca, CompositeCache cache)
          Description of the Method
 

Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.disk.indexed
 

Classes in org.apache.jcs.auxiliary.disk.indexed that implement AuxiliaryCacheAttributes
 class IndexedDiskCacheAttributes
          Configuration class for the Indexed Disk Cache
 

Methods in org.apache.jcs.auxiliary.disk.indexed that return AuxiliaryCacheAttributes
 AuxiliaryCacheAttributes IndexedDiskCacheAttributes.copy()
          Description of the Method
 

Methods in org.apache.jcs.auxiliary.disk.indexed with parameters of type AuxiliaryCacheAttributes
 AuxiliaryCache IndexedDiskCacheFactory.createCache(AuxiliaryCacheAttributes iaca, CompositeCache cache)
          Description of the Method
 

Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.disk.jisp
 

Classes in org.apache.jcs.auxiliary.disk.jisp that implement AuxiliaryCacheAttributes
 class JISPCacheAttributes
          Description of the Class
 

Methods in org.apache.jcs.auxiliary.disk.jisp that return AuxiliaryCacheAttributes
 AuxiliaryCacheAttributes JISPCacheAttributes.copy()
          Description of the Method
 

Methods in org.apache.jcs.auxiliary.disk.jisp with parameters of type AuxiliaryCacheAttributes
 AuxiliaryCache JISPCacheFactory.createCache(AuxiliaryCacheAttributes iaca, CompositeCache cache)
          Description of the Method
 

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

Classes in org.apache.jcs.auxiliary.lateral that implement AuxiliaryCacheAttributes
 class LateralCacheAttributes
          Description of the Class
 

Methods in org.apache.jcs.auxiliary.lateral that return AuxiliaryCacheAttributes
 AuxiliaryCacheAttributes LateralCacheAttributes.copy()
          Returns a clone of the attributes.
 

Methods in org.apache.jcs.auxiliary.lateral with parameters of type AuxiliaryCacheAttributes
 AuxiliaryCache LateralCacheFactory.createCache(AuxiliaryCacheAttributes iaca, CompositeCache cache)
          Interface method.
 

Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.lateral.behavior
 

Subinterfaces of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.lateral.behavior
 interface ILateralCacheAttributes
          Description of the Interface
 

Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.remote
 

Classes in org.apache.jcs.auxiliary.remote that implement AuxiliaryCacheAttributes
 class RemoteCacheAttributes
          Description of the Class
 

Methods in org.apache.jcs.auxiliary.remote that return AuxiliaryCacheAttributes
 AuxiliaryCacheAttributes RemoteCacheAttributes.copy()
          Description of the Method
 

Methods in org.apache.jcs.auxiliary.remote with parameters of type AuxiliaryCacheAttributes
 AuxiliaryCache RemoteCacheFactory.createCache(AuxiliaryCacheAttributes iaca, CompositeCache cache)
          Interface method.
 

Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.remote.behavior
 

Subinterfaces of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.remote.behavior
 interface IRemoteCacheAttributes
          Description of the Interface
 

Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.remote.server
 

Classes in org.apache.jcs.auxiliary.remote.server that implement AuxiliaryCacheAttributes
 class RemoteCacheServerAttributes
          Description of the Class
 

Methods in org.apache.jcs.auxiliary.remote.server that return AuxiliaryCacheAttributes
 AuxiliaryCacheAttributes RemoteCacheServerAttributes.copy()
          Description of the Method
 

Methods in org.apache.jcs.auxiliary.remote.server with parameters of type AuxiliaryCacheAttributes
 AuxiliaryCache RemoteCacheClusterFactory.createCache(AuxiliaryCacheAttributes iaca, CompositeCache cache)
          Interface method.
 

Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.remote.server.behavior
 

Subinterfaces of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.remote.server.behavior
 interface IRemoteCacheServerAttributes
          Description of the Interface
 

Uses of AuxiliaryCacheAttributes in org.apache.jcs.engine.control
 

Methods in org.apache.jcs.engine.control that return AuxiliaryCacheAttributes
(package private)  AuxiliaryCacheAttributes CompositeCacheManager.registryAttrGet(java.lang.String name)
           
 

Methods in org.apache.jcs.engine.control with parameters of type AuxiliaryCacheAttributes
(package private)  void CompositeCacheManager.registryAttrPut(AuxiliaryCacheAttributes auxAttr)