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 CacheAccess CacheAccess.defineRegion(java.lang.String name, ICompositeCacheAttributes cattr)
          Define a new cache region with the specified name and attributes.
static CacheAccess CacheAccess.defineRegion(java.lang.String name, ICompositeCacheAttributes cattr, IElementAttributes attr)
          Define a new cache region with the specified name and attributes and return a CacheAccess to it.
static CacheAccess CacheAccess.getAccess(java.lang.String region, ICompositeCacheAttributes icca)
          Get a CacheAccess instance for the given region with the given attributes.
static GroupCacheAccess GroupCacheAccess.getGroupAccess(java.lang.String region, ICompositeCacheAttributes icca)
          Gets the groupAccess attribute of the GroupCacheAccess class.
 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
          The CompositeCacheAttributes defines the general cache region settings.
 

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()
          Clones the attributes.
 

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

Fields in org.apache.jcs.engine.control declared as ICompositeCacheAttributes
protected  ICompositeCacheAttributes CompositeCacheManager.defaultCacheAttr
          Default cache attributes for this cache manager
 

Methods in org.apache.jcs.engine.control that return ICompositeCacheAttributes
 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()
           
protected  ICompositeCacheAttributes CompositeCacheConfigurator.parseCompositeCacheAttributes(java.util.Properties props, java.lang.String regName)
          Get an ICompositeCacheAttributes for the listed region.
protected  ICompositeCacheAttributes CompositeCacheConfigurator.parseCompositeCacheAttributes(java.util.Properties props, java.lang.String regName, java.lang.String regionPrefix)
          Get the main attributes for a region.
 

Methods in org.apache.jcs.engine.control with parameters of type ICompositeCacheAttributes
 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, 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, 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.
 void CompositeCache.setCacheAttributes(ICompositeCacheAttributes cattr)
          Sets the ICompositeCacheAttributes attribute of the Cache object.
 void CompositeCacheManager.setDefaultCacheAttributes(ICompositeCacheAttributes icca)
          Sets the defaultCacheAttributes attribute of the CacheHub object
 

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.
 

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

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 for the region.
 

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



Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.