|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompositeCache | |
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 | |
org.apache.jcs.engine.memory.lru | The primary memory plugin using a 'least recently used' removal policy. |
org.apache.jcs.engine.memory.mru | A memory plugin implemented using a 'most recently used' removal policy. |
Uses of CompositeCache in org.apache.jcs |
Constructors in org.apache.jcs with parameters of type CompositeCache | |
JCS(CompositeCache cacheControl)
Protected constructor for use by the static factory methods. |
Uses of CompositeCache in org.apache.jcs.access |
Fields in org.apache.jcs.access declared as CompositeCache | |
protected CompositeCache |
CacheAccess.cacheControl
The cache that a given instance of this class provides access to. |
Constructors in org.apache.jcs.access with parameters of type CompositeCache | |
CacheAccess(CompositeCache cacheControl)
Constructor for the CacheAccess object. |
|
GroupCacheAccess(CompositeCache cacheControl)
Constructor for the GroupCacheAccess object |
Uses of CompositeCache in org.apache.jcs.admin |
Methods in org.apache.jcs.admin that return CompositeCache | |
CompositeCache |
CacheRegionInfo.getCache()
|
Methods in org.apache.jcs.admin with parameters of type CompositeCache | |
int |
JCSAdminBean.getByteCount(CompositeCache cache)
Tries to estimate how much data is in a region. |
Uses of CompositeCache in org.apache.jcs.auxiliary.lateral.socket.tcp |
Methods in org.apache.jcs.auxiliary.lateral.socket.tcp that return CompositeCache | |
protected CompositeCache |
LateralTCPListener.getCache(java.lang.String name)
Gets the cacheManager attribute of the LateralCacheTCPListener object. |
Uses of CompositeCache in org.apache.jcs.engine.behavior |
Methods in org.apache.jcs.engine.behavior that return CompositeCache | |
CompositeCache |
ICompositeCacheManager.getCache(java.lang.String cacheName)
Gets the cache attribute of the CacheHub object |
Uses of CompositeCache in org.apache.jcs.engine.control |
Methods in org.apache.jcs.engine.control that return CompositeCache | |
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. |
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 |
CompositeCache |
CompositeCacheManager.getCache(ICompositeCacheAttributes cattr)
Gets the cache attribute of the CacheHub object |
CompositeCache |
CompositeCacheManager.getCache(ICompositeCacheAttributes cattr,
IElementAttributes attr)
If the cache is created the CacheAttributes and the element Attributes will be ignored. |
Methods in org.apache.jcs.engine.control with parameters of type CompositeCache | |
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. |
Uses of CompositeCache in org.apache.jcs.engine.memory |
Fields in org.apache.jcs.engine.memory declared as CompositeCache | |
protected CompositeCache |
AbstractMemoryCache.cache
The cache region this store is associated with |
Methods in org.apache.jcs.engine.memory that return CompositeCache | |
CompositeCache |
AbstractMemoryCache.getCompositeCache()
Gets the cache hub / region taht the MemoryCache is used by |
CompositeCache |
MemoryCache.getCompositeCache()
Gets the cache hub / region taht the MemoryCache is used by |
Methods in org.apache.jcs.engine.memory with parameters of type CompositeCache | |
void |
AbstractMemoryCache.initialize(CompositeCache hub)
For post reflection creation initialization |
void |
MemoryCache.initialize(CompositeCache cache)
Initialize the memory cache |
Uses of CompositeCache in org.apache.jcs.engine.memory.behavior |
Methods in org.apache.jcs.engine.memory.behavior that return CompositeCache | |
CompositeCache |
IMemoryCache.getCompositeCache()
Gets the cache hub / region taht the MemoryCache is used by |
Methods in org.apache.jcs.engine.memory.behavior with parameters of type CompositeCache | |
void |
IMemoryCache.initialize(java.lang.String cacheName,
ICompositeCacheAttributes cattr,
CompositeCache cache)
Initialize the memory cache. |
Uses of CompositeCache in org.apache.jcs.engine.memory.lru |
Methods in org.apache.jcs.engine.memory.lru with parameters of type CompositeCache | |
void |
LRUMemoryCache.initialize(CompositeCache hub)
For post reflection creation initialization. |
Uses of CompositeCache in org.apache.jcs.engine.memory.mru |
Methods in org.apache.jcs.engine.memory.mru with parameters of type CompositeCache | |
void |
MRUMemoryCache.initialize(CompositeCache hub)
For post reflection creation initialization |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |