Uses of Interface
org.apache.jcs.engine.behavior.ICompositeCacheAttributes

Packages that use ICompositeCacheAttributes
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.access.behavior   
org.apache.jcs.engine Interfaces used by the core and the auxiliary caches. 
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   
 

Uses of ICompositeCacheAttributes in org.apache.jcs
 

Methods in org.apache.jcs with parameters of type ICompositeCacheAttributes
static JCS JCS.getInstance(java.lang.String region, ICompositeCacheAttributes icca)
          Get a JCS which accesses the provided region.
 

Uses of ICompositeCacheAttributes in org.apache.jcs.access
 

Methods in org.apache.jcs.access that return ICompositeCacheAttributes
 ICompositeCacheAttributes CacheAccess.getCacheAttributes()
          Gets the ICompositeCacheAttributes of the cache region
 

Methods in org.apache.jcs.access with parameters of type ICompositeCacheAttributes
static GroupCacheAccess GroupCacheAccess.getGroupAccess(java.lang.String region, ICompositeCacheAttributes icca)
          Gets the groupAccess attribute of the GroupCacheAccess class
static CacheAccess CacheAccess.getAccess(java.lang.String region, ICompositeCacheAttributes icca)
          Get a CacheAccess instance for the given region with the given attributes.
 void CacheAccess.setCacheAttributes(ICompositeCacheAttributes cattr)
          Sets the ICompositeCacheAttributes of the cache region.
 

Uses of ICompositeCacheAttributes in org.apache.jcs.access.behavior
 

Methods in org.apache.jcs.access.behavior that return ICompositeCacheAttributes
 ICompositeCacheAttributes ICacheAccess.getCacheAttributes()
          Gets the ICompositeCacheAttributes of the cache region
 

Methods in org.apache.jcs.access.behavior with parameters of type ICompositeCacheAttributes
 void ICacheAccess.setCacheAttributes(ICompositeCacheAttributes cattr)
          Sets the ICompositeCacheAttributes of the cache region
 

Uses of ICompositeCacheAttributes in org.apache.jcs.engine
 

Classes in org.apache.jcs.engine that implement ICompositeCacheAttributes
 class CompositeCacheAttributes
          Description of the Class
 

Methods in org.apache.jcs.engine that return ICompositeCacheAttributes
 ICompositeCacheAttributes CompositeCacheAttributes.copy()
          Description of the Method
 

Uses of ICompositeCacheAttributes in org.apache.jcs.engine.behavior
 

Methods in org.apache.jcs.engine.behavior that return ICompositeCacheAttributes
 ICompositeCacheAttributes ICompositeCacheAttributes.copy()
          Description of the Method
 

Uses of ICompositeCacheAttributes in org.apache.jcs.engine.control
 

Fields in org.apache.jcs.engine.control declared as ICompositeCacheAttributes
 ICompositeCacheAttributes CompositeCache.cacheAttr
          Cache Attributes, for hub and memory auxiliary
protected  ICompositeCacheAttributes CompositeCacheManager.defaultCacheAttr
          Default cache attributes for this cache manager
 

Methods in org.apache.jcs.engine.control that return ICompositeCacheAttributes
protected  ICompositeCacheAttributes CompositeCacheConfigurator.parseCompositeCacheAttributes(java.util.Properties props, java.lang.String regName)
          Get an compositecacheattributes for the listed region.
protected  ICompositeCacheAttributes CompositeCacheConfigurator.parseCompositeCacheAttributes(java.util.Properties props, java.lang.String regName, java.lang.String regionPrefix)
           
 ICompositeCacheAttributes CompositeCache.getCacheAttributes()
          Gets the ICompositeCacheAttributes attribute of the Cache object
 ICompositeCacheAttributes CompositeCacheManager.getDefaultCacheAttributes()
          Gets the defaultCacheAttributes attribute of the CacheHub object
 ICompositeCacheAttributes CompositeCacheManager.getDefaultCattr()
           
 

Methods in org.apache.jcs.engine.control with parameters of type ICompositeCacheAttributes
protected  CompositeCache CompositeCacheConfigurator.parseRegion(java.util.Properties props, java.lang.String regName, java.lang.String value, ICompositeCacheAttributes cca)
           
protected  CompositeCache CompositeCacheConfigurator.parseRegion(java.util.Properties props, java.lang.String regName, java.lang.String value, ICompositeCacheAttributes cca, java.lang.String regionPrefix)
           
 void CompositeCache.setCacheAttributes(ICompositeCacheAttributes cattr)
          Sets the ICompositeCacheAttributes attribute of the Cache object
private  void CompositeCache.createMemoryCache(ICompositeCacheAttributes cattr)
          Create the MemoryCache based on the config parameters.
 void CompositeCacheManager.setDefaultCacheAttributes(ICompositeCacheAttributes icca)
          Sets the defaultCacheAttributes 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.
 

Constructors in org.apache.jcs.engine.control with parameters of type ICompositeCacheAttributes
CompositeCache(java.lang.String cacheName, ICompositeCacheAttributes cattr, IElementAttributes attr)
          Constructor for the Cache object
 

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

Fields in org.apache.jcs.engine.memory declared as ICompositeCacheAttributes
 ICompositeCacheAttributes AbstractMemoryCache.cattr
          Cache Attributes
 

Methods in org.apache.jcs.engine.memory that return ICompositeCacheAttributes
 ICompositeCacheAttributes AbstractMemoryCache.getCacheAttributes()
          Returns the CacheAttributes.
 ICompositeCacheAttributes MemoryCache.getCacheAttributes()
          Returns the CacheAttributes for the region.
 

Methods in org.apache.jcs.engine.memory with parameters of type ICompositeCacheAttributes
 void AbstractMemoryCache.setCacheAttributes(ICompositeCacheAttributes cattr)
          Sets the CacheAttributes.
 void MemoryCache.setCacheAttributes(ICompositeCacheAttributes cattr)
          Sets the CacheAttributes of the region.
 

Uses of ICompositeCacheAttributes in org.apache.jcs.engine.memory.behavior
 

Methods in org.apache.jcs.engine.memory.behavior that return ICompositeCacheAttributes
 ICompositeCacheAttributes IMemoryCache.getCacheAttributes()
          Returns the CacheAttributes.
 

Methods in org.apache.jcs.engine.memory.behavior with parameters of type ICompositeCacheAttributes
 void IMemoryCache.initialize(java.lang.String cacheName, ICompositeCacheAttributes cattr, CompositeCache cache)
          Description of the Method
 void IMemoryCache.setCacheAttributes(ICompositeCacheAttributes cattr)
          Sets the CacheAttributes.