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

Packages that use AuxiliaryCacheManager
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.http.client   
 

Uses of AuxiliaryCacheManager in org.apache.jcs.auxiliary.disk
 

Classes in org.apache.jcs.auxiliary.disk that implement AuxiliaryCacheManager
 class AbstractDiskCacheManager
          Common disk cache methods and properties.
 

Uses of AuxiliaryCacheManager in org.apache.jcs.auxiliary.disk.block
 

Classes in org.apache.jcs.auxiliary.disk.block that implement AuxiliaryCacheManager
 class BlockDiskCacheManager
          Cache manager for BlockDiskCaches.
 

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

Classes in org.apache.jcs.auxiliary.disk.indexed that implement AuxiliaryCacheManager
 class IndexedDiskCacheManager
          Cache manager for IndexedDiskCaches.
 

Uses of AuxiliaryCacheManager in org.apache.jcs.auxiliary.disk.jdbc
 

Classes in org.apache.jcs.auxiliary.disk.jdbc that implement AuxiliaryCacheManager
 class JDBCDiskCacheManager
          This manages instances of the jdbc disk cache.
 class JDBCDiskCacheManagerAbstractTemplate
          This class serves as an abstract template for JDBCDiskCache Manager.
 

Uses of AuxiliaryCacheManager in org.apache.jcs.auxiliary.disk.jdbc.mysql
 

Classes in org.apache.jcs.auxiliary.disk.jdbc.mysql that implement AuxiliaryCacheManager
 class MySQLDiskCacheManager
          This manages instances of the MySQL jdbc disk cache.
 

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

Classes in org.apache.jcs.auxiliary.lateral that implement AuxiliaryCacheManager
 class LateralCacheAbstractManager
          Creates lateral caches.
 

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

Subinterfaces of AuxiliaryCacheManager in org.apache.jcs.auxiliary.lateral.behavior
 interface ILateralCacheManager
          This helps ensure some common behavior among LateraLCacheManagers for things such as monitors.
 

Uses of AuxiliaryCacheManager in org.apache.jcs.auxiliary.lateral.socket.tcp
 

Classes in org.apache.jcs.auxiliary.lateral.socket.tcp that implement AuxiliaryCacheManager
 class LateralTCPCacheManager
          Creates lateral caches.
 

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

Classes in org.apache.jcs.auxiliary.remote that implement AuxiliaryCacheManager
 class RemoteCacheManager
          An instance of RemoteCacheManager corresponds to one remote connection of a specific host and port.
 

Uses of AuxiliaryCacheManager in org.apache.jcs.auxiliary.remote.http.client
 

Classes in org.apache.jcs.auxiliary.remote.http.client that implement AuxiliaryCacheManager
 class RemoteHttpCacheManager
          This is a very crude copy of the RMI remote manager.
 



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