Uses of Class
org.apache.jcs.engine.control.CompositeCache

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<K,V> 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<K,V> 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<K,V> cacheControl)
          Constructor for the CacheAccess object.
GroupCacheAccess(CompositeCache<K,V> 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
<K extends Serializable,V extends Serializable>
int
JCSAdminBean.getByteCount(CompositeCache<K,V> 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<K,V> 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
<K extends Serializable,V extends Serializable>
CompositeCache<K,V>
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
<K extends Serializable,V extends Serializable>
CompositeCache<K,V>
CompositeCacheManager.getCache(ICompositeCacheAttributes cattr)
          Gets the cache attribute of the CacheHub object
<K extends Serializable,V extends Serializable>
CompositeCache<K,V>
CompositeCacheManager.getCache(ICompositeCacheAttributes cattr, IElementAttributes attr)
          If the cache has already been created, then the CacheAttributes and the element Attributes will be ignored.
<K extends Serializable,V extends Serializable>
CompositeCache<K,V>
CompositeCacheManager.getCache(String cacheName)
          Gets the cache attribute of the CacheHub object
<K extends Serializable,V extends Serializable>
CompositeCache<K,V>
CompositeCacheManager.getCache(String cacheName, ICompositeCacheAttributes cattr)
          Gets the cache attribute of the CacheHub object
<K extends Serializable,V extends Serializable>
CompositeCache<K,V>
CompositeCacheManager.getCache(String cacheName, ICompositeCacheAttributes cattr, IElementAttributes attr)
          Gets the cache attribute of the CacheHub object
protected
<K extends Serializable,V extends Serializable>
CompositeCache<K,V>
CompositeCacheConfigurator.parseRegion(Properties props, String regName, String value)
          Create cache region.
protected
<K extends Serializable,V extends Serializable>
CompositeCache<K,V>
CompositeCacheConfigurator.parseRegion(Properties props, String regName, String value, ICompositeCacheAttributes cca)
          Get all the properties for a region and configure its cache.
protected
<K extends Serializable,V extends Serializable>
CompositeCache<K,V>
CompositeCacheConfigurator.parseRegion(Properties props, String regName, String value, ICompositeCacheAttributes cca, String regionPrefix)
          Get all the properties for a region and configure its cache.
 

Uses of CompositeCache in org.apache.jcs.engine.memory
 

Fields in org.apache.jcs.engine.memory declared as CompositeCache
 CompositeCache<K,V> AbstractMemoryCache.cache
          The cache region this store is associated with
 

Methods in org.apache.jcs.engine.memory that return CompositeCache
 CompositeCache<K,V> 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<K,V> hub)
          For post reflection creation initialization
 void AbstractDoubleLinkedListMemoryCache.initialize(CompositeCache<K,V> 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<K,V> 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<K,V> 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<K,V> hub)
          For post reflection creation initialization
 



Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.