| Package | Description |
|---|---|
| org.apache.jcs.access.monitor | |
| org.apache.jcs.auxiliary.remote.http.server | |
| org.apache.jcs.engine.control |
The primary cache classes and the hub.
|
| Modifier and Type | Field and Description |
|---|---|
protected CompositeCacheManager |
MonitorAccess.cacheMgr
Description of the Field
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractRemoteCacheService.setCacheManager(CompositeCacheManager cacheManager) |
| Constructor and Description |
|---|
RemoteCacheServiceAdaptor(CompositeCacheManager cacheManager)
Create a process with a cache manager.
|
| Modifier and Type | Field and Description |
|---|---|
protected static CompositeCacheManager |
CompositeCacheManager.instance
The Singleton Instance
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
CompositeCacheConfigurator(CompositeCacheManager ccMgr)
Constructor for the CompositeCacheConfigurator object
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.