Package | Description |
---|---|
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.admin | |
org.apache.jcs.auxiliary.lateral.socket.tcp | |
org.apache.jcs.engine.behavior |
Interfaces used by the core and the auxiliary caches.
|
org.apache.jcs.engine.control |
The primary cache classes and the hub.
|
org.apache.jcs.engine.memory |
Parent package for memory type plugins.
|
org.apache.jcs.engine.memory.behavior |
Constructor and Description |
---|
JCS(CompositeCache cacheControl)
Protected constructor for use by the static factory methods.
|
Modifier and Type | Field and Description |
---|---|
protected CompositeCache |
CacheAccess.cacheControl
The cache that a given instance of this class provides access to.
|
Constructor and Description |
---|
CacheAccess(CompositeCache cacheControl)
Constructor for the CacheAccess object.
|
GroupCacheAccess(CompositeCache cacheControl)
Constructor for the GroupCacheAccess object
|
Modifier and Type | Method and Description |
---|---|
CompositeCache |
CacheRegionInfo.getCache() |
Modifier and Type | Method and Description |
---|---|
int |
JCSAdminBean.getByteCount(CompositeCache cache)
Tries to estimate how much data is in a region.
|
Modifier and Type | Method and Description |
---|---|
protected CompositeCache |
LateralTCPListener.getCache(java.lang.String name)
Gets the cacheManager attribute of the LateralCacheTCPListener object.
|
Modifier and Type | Method and Description |
---|---|
CompositeCache |
ICompositeCacheManager.getCache(java.lang.String cacheName)
Gets the cache attribute of the CacheHub object
|
Modifier and Type | Method and Description |
---|---|
CompositeCache |
CompositeCacheManager.getCache(ICompositeCacheAttributes cattr)
Gets the cache attribute of the CacheHub object
|
CompositeCache |
CompositeCacheManager.getCache(ICompositeCacheAttributes cattr,
IElementAttributes attr)
If the cache has already been created, then the CacheAttributes and the element Attributes
will be ignored.
|
CompositeCache |
CompositeCacheManager.getCache(java.lang.String cacheName)
Gets the cache attribute of the CacheHub object
|
CompositeCache |
CompositeCacheManager.getCache(java.lang.String cacheName,
ICompositeCacheAttributes cattr)
Gets the cache attribute of the CacheHub object
|
CompositeCache |
CompositeCacheManager.getCache(java.lang.String cacheName,
ICompositeCacheAttributes cattr,
IElementAttributes attr)
Gets the cache attribute of the CacheHub object
|
protected CompositeCache |
CompositeCacheConfigurator.parseRegion(java.util.Properties props,
java.lang.String regName,
java.lang.String value)
Create cache region.
|
protected CompositeCache |
CompositeCacheConfigurator.parseRegion(java.util.Properties props,
java.lang.String regName,
java.lang.String value,
ICompositeCacheAttributes cca)
Get all the properties for a region and configure its cache.
|
protected CompositeCache |
CompositeCacheConfigurator.parseRegion(java.util.Properties props,
java.lang.String regName,
java.lang.String value,
ICompositeCacheAttributes cca,
java.lang.String regionPrefix)
Get all the properties for a region and configure its cache.
|
Modifier and Type | Method and Description |
---|---|
protected AuxiliaryCache |
CompositeCacheConfigurator.parseAuxiliary(CompositeCache cache,
java.util.Properties props,
java.lang.String auxName,
java.lang.String regName)
Get an aux cache for the listed aux for a region.
|
Modifier and Type | Field and Description |
---|---|
protected CompositeCache |
AbstractMemoryCache.cache
The cache region this store is associated with
|
Modifier and Type | Method and Description |
---|---|
CompositeCache |
AbstractMemoryCache.getCompositeCache()
Gets the cache hub / region that the MemoryCache is used by
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDoulbeLinkedListMemoryCache.initialize(CompositeCache hub)
For post reflection creation initialization.
|
void |
AbstractMemoryCache.initialize(CompositeCache hub)
For post reflection creation initialization
|
Modifier and Type | Method and Description |
---|---|
CompositeCache |
IMemoryCache.getCompositeCache()
Gets the cache hub / region that uses the MemoryCache.
|
Modifier and Type | Method and Description |
---|---|
void |
IMemoryCache.initialize(CompositeCache cache)
Initialize the memory cache
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.