|
||||||||||
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. |
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(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(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 | |
---|---|
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(String cacheName)
Gets the cache attribute of the CacheHub object |
CompositeCache |
CompositeCacheManager.getCache(String cacheName,
ICompositeCacheAttributes cattr)
Gets the cache attribute of the CacheHub object |
CompositeCache |
CompositeCacheManager.getCache(String cacheName,
ICompositeCacheAttributes cattr,
IElementAttributes attr)
Gets the cache attribute of the CacheHub object |
protected CompositeCache |
CompositeCacheConfigurator.parseRegion(Properties props,
String regName,
String value)
Create cache region. |
protected CompositeCache |
CompositeCacheConfigurator.parseRegion(Properties props,
String regName,
String value,
ICompositeCacheAttributes cca)
Get all the properties for a region and configure its cache. |
protected CompositeCache |
CompositeCacheConfigurator.parseRegion(Properties props,
String regName,
String value,
ICompositeCacheAttributes cca,
String regionPrefix)
Get all the properties for a region and configure its cache. |
Methods in org.apache.jcs.engine.control with parameters of type CompositeCache | |
---|---|
protected AuxiliaryCache |
CompositeCacheConfigurator.parseAuxiliary(CompositeCache cache,
Properties props,
String auxName,
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 that 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 |
AbstractDoulbeLinkedListMemoryCache.initialize(CompositeCache hub)
For post reflection creation initialization. |
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 that uses the MemoryCache. |
Methods in org.apache.jcs.engine.memory.behavior with parameters of type CompositeCache | |
---|---|
void |
IMemoryCache.initialize(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 |
LHMLRUMemoryCache.initialize(CompositeCache hub)
For post reflection creation initialization |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |