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 The primary disk auxiliary. 
org.apache.jcs.auxiliary.disk.behavior   
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.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   
 

Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary
 

Classes in org.apache.jcs.auxiliary that implement AuxiliaryCacheAttributes
 class AbstractAuxiliaryCacheAttributes
           
 

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
 

Classes in org.apache.jcs.auxiliary.disk that implement AuxiliaryCacheAttributes
 class AbstractDiskCacheAttributes
          This has common attributes that any conceivable disk cache would need.
 

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

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

Subinterfaces of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.disk.behavior
 interface IDiskCacheAttributes
          Common disk cache attributes.
 

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()
          Returns a copy of the attributes.
 

Methods in org.apache.jcs.auxiliary.disk.indexed with parameters of type AuxiliaryCacheAttributes
 AuxiliaryCache IndexedDiskCacheFactory.createCache(AuxiliaryCacheAttributes iaca, CompositeCache cache)
          Get an instance of the IndexDiskCacheManager for the attributes and then get an IndexedDiskCache from the manager.
 

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

Classes in org.apache.jcs.auxiliary.javagroups that implement AuxiliaryCacheAttributes
 class JavaGroupsCacheAttributes
          Attributes used by JavaGroupsCacheFactory.createCache(org.apache.jcs.auxiliary.AuxiliaryCacheAttributes, org.apache.jcs.engine.control.CompositeCache)to configure an instance of JavaGroupsCache.
 

Methods in org.apache.jcs.auxiliary.javagroups that return AuxiliaryCacheAttributes
 AuxiliaryCacheAttributes JavaGroupsCacheAttributes.copy()
          Return a copy of this JavaGroupsCacheAttributes, cast to an AuxiliaryCacheAttributes
 

Methods in org.apache.jcs.auxiliary.javagroups with parameters of type AuxiliaryCacheAttributes
 AuxiliaryCache JavaGroupsCacheFactory.createCache(AuxiliaryCacheAttributes iaca, CompositeCache cache)
           
 

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

Classes in org.apache.jcs.auxiliary.lateral that implement AuxiliaryCacheAttributes
 class LateralCacheAttributes
          This class stores attributes for all of the available lateral cache auxiliaries.
 

Methods in org.apache.jcs.auxiliary.lateral that return AuxiliaryCacheAttributes
 AuxiliaryCacheAttributes LateralCache.getAuxiliaryCacheAttributes()
           
 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()
           
 AuxiliaryCacheAttributes RemoteCache.getAuxiliaryCacheAttributes()
           
 

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
 

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
 



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