|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompositeCacheManager | |
org.apache.jcs | Contains the class JCS which provides a simple interface for clients to use JCS. |
org.apache.jcs.access | Contains classes for accessing the cache. |
org.apache.jcs.access.monitor | |
org.apache.jcs.admin.servlet | |
org.apache.jcs.auxiliary.lateral.socket.tcp | |
org.apache.jcs.auxiliary.remote | Root package for the remote auxiliary cache. |
org.apache.jcs.auxiliary.remote.server | |
org.apache.jcs.engine.control | The primary cache classes and the hub. |
Uses of CompositeCacheManager in org.apache.jcs |
Fields in org.apache.jcs declared as CompositeCacheManager | |
private static CompositeCacheManager |
JCS.cacheMgr
|
Uses of CompositeCacheManager in org.apache.jcs.access |
Fields in org.apache.jcs.access declared as CompositeCacheManager | |
private static CompositeCacheManager |
GroupCacheAccess.cacheMgr
|
private static CompositeCacheManager |
CacheAccess.cacheMgr
Cache manager use by the various forms of defineRegion and getAccess |
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.admin.servlet |
Fields in org.apache.jcs.admin.servlet declared as CompositeCacheManager | |
private CompositeCacheManager |
JCSAdminServlet.cacheHub
|
Uses of CompositeCacheManager in org.apache.jcs.auxiliary.lateral.socket.tcp |
Fields in org.apache.jcs.auxiliary.lateral.socket.tcp declared as CompositeCacheManager | |
protected static CompositeCacheManager |
LateralTCPListener.cacheMgr
The CacheHub this listener is associated with |
Uses of CompositeCacheManager in org.apache.jcs.auxiliary.remote |
Fields in org.apache.jcs.auxiliary.remote declared as CompositeCacheManager | |
protected static CompositeCacheManager |
RemoteCacheListener.cacheMgr
Description of the Field |
Uses of CompositeCacheManager in org.apache.jcs.auxiliary.remote.server |
Fields in org.apache.jcs.auxiliary.remote.server declared as CompositeCacheManager | |
protected static CompositeCacheManager |
RemoteCacheServerListener.cacheMgr
Description of the Field |
private CompositeCacheManager |
RemoteCacheServer.cacheManager
|
Methods in org.apache.jcs.auxiliary.remote.server that return CompositeCacheManager | |
protected CompositeCacheManager |
RemoteCacheServer.createCacheManager(java.lang.String prop)
Subclass can overrdie this method to create the specific cache manager. |
Uses of CompositeCacheManager in org.apache.jcs.engine.control |
Fields in org.apache.jcs.engine.control declared as CompositeCacheManager | |
private CompositeCacheManager |
CompositeCacheConfigurator.ccMgr
|
protected static CompositeCacheManager |
CompositeCacheManager.instance
The Singleton Instance |
Methods in org.apache.jcs.engine.control that return CompositeCacheManager | |
static CompositeCacheManager |
CompositeCacheManager.getInstance()
Gets the CacheHub instance. |
static CompositeCacheManager |
CompositeCacheManager.getInstance(java.lang.String propsFilename)
|
static CompositeCacheManager |
CompositeCacheManager.getUnconfiguredInstance()
Get a CacheHub instance which is not configured. |
protected static CompositeCacheManager |
CompositeCacheManager.createInstance()
Simple factory method, must override in subclasses so getInstance creates / returns the correct object. |
Constructors in org.apache.jcs.engine.control with parameters of type CompositeCacheManager | |
CompositeCacheConfigurator(CompositeCacheManager ccMgr)
Constructor for the CompositeCacheConfigurator object |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |