Uses of Class
org.apache.jcs.engine.control.CompositeCacheManager

Packages that use CompositeCacheManager
org.apache.jcs.access.monitor   
org.apache.jcs.auxiliary.remote.http.server   
org.apache.jcs.engine.control The primary cache classes and the hub. 
 

Uses of CompositeCacheManager in org.apache.jcs.access.monitor
 

Fields in org.apache.jcs.access.monitor declared as CompositeCacheManager
protected  CompositeCacheManager MonitorAccess.cacheMgr
          Description of the Field
 

Uses of CompositeCacheManager in org.apache.jcs.auxiliary.remote.http.server
 

Methods in org.apache.jcs.auxiliary.remote.http.server with parameters of type CompositeCacheManager
protected  void AbstractRemoteCacheService.setCacheManager(CompositeCacheManager cacheManager)
           
 

Constructors in org.apache.jcs.auxiliary.remote.http.server with parameters of type CompositeCacheManager
RemoteCacheServiceAdaptor(CompositeCacheManager cacheManager)
          Create a process with a cache manager.
 

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

Fields in org.apache.jcs.engine.control declared as CompositeCacheManager
protected static CompositeCacheManager CompositeCacheManager.instance
          The Singleton Instance
 

Methods in org.apache.jcs.engine.control that return CompositeCacheManager
protected static CompositeCacheManager CompositeCacheManager.createInstance()
          Simple factory method, must override in subclasses so getInstance creates / returns the correct object.
static CompositeCacheManager CompositeCacheManager.getInstance()
          Gets the CacheHub instance.
static CompositeCacheManager CompositeCacheManager.getInstance(java.lang.String propsFilename)
          Initializes the cache manager using the props file for the given name.
static CompositeCacheManager CompositeCacheManager.getUnconfiguredInstance()
          Get a CacheHub instance which is not configured.
 

Constructors in org.apache.jcs.engine.control with parameters of type CompositeCacheManager
CompositeCacheConfigurator(CompositeCacheManager ccMgr)
          Constructor for the CompositeCacheConfigurator object
 



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