Package | Description |
---|---|
org.apache.commons.jcs.admin | |
org.apache.commons.jcs.engine.control |
The primary cache classes and the hub.
|
Constructor and Description |
---|
JCSAdminBean(CompositeCacheManager cacheHub)
Parameterized constructor
|
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(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–2016 The Apache Software Foundation. All rights reserved.