Uses of Interface
org.apache.commons.jcs3.engine.behavior.ICompositeCacheAttributes
Packages that use ICompositeCacheAttributes
Package
Description
Contains the class JCS which provides a simple interface for clients to use JCS.
Contains classes for accessing the cache.
Interfaces used by the core and the auxiliary caches.
Interfaces used by the core and the auxiliary caches.
The primary cache classes and the hub.
Parent package for memory type plugins.
-
Uses of ICompositeCacheAttributes in org.apache.commons.jcs3
Methods in org.apache.commons.jcs3 with parameters of type ICompositeCacheAttributesModifier and TypeMethodDescriptionstatic <K,
V> GroupCacheAccess<K, V> JCS.getGroupCacheInstance
(String region, ICompositeCacheAttributes icca) Get a GroupCacheAccess which accesses the provided region.static <K,
V> GroupCacheAccess<K, V> JCS.getGroupCacheInstance
(String region, ICompositeCacheAttributes icca, IElementAttributes eattr) Get a GroupCacheAccess which accesses the provided region.static <K,
V> CacheAccess<K, V> JCS.getInstance
(String region, ICompositeCacheAttributes icca) Get a CacheAccess which accesses the provided region.static <K,
V> CacheAccess<K, V> JCS.getInstance
(String region, ICompositeCacheAttributes icca, IElementAttributes eattr) Get a CacheAccess which accesses the provided region. -
Uses of ICompositeCacheAttributes in org.apache.commons.jcs3.access
Methods in org.apache.commons.jcs3.access that return ICompositeCacheAttributesModifier and TypeMethodDescriptionAbstractCacheAccess.getCacheAttributes()
Gets the ICompositeCacheAttributes of the cache region.Methods in org.apache.commons.jcs3.access with parameters of type ICompositeCacheAttributesModifier and TypeMethodDescriptionvoid
AbstractCacheAccess.setCacheAttributes
(ICompositeCacheAttributes cattr) Sets the ICompositeCacheAttributes of the cache region. -
Uses of ICompositeCacheAttributes in org.apache.commons.jcs3.access.behavior
Methods in org.apache.commons.jcs3.access.behavior that return ICompositeCacheAttributesModifier and TypeMethodDescriptionICacheAccessManagement.getCacheAttributes()
Gets the ICompositeCacheAttributes of the cache regionMethods in org.apache.commons.jcs3.access.behavior with parameters of type ICompositeCacheAttributesModifier and TypeMethodDescriptionvoid
ICacheAccessManagement.setCacheAttributes
(ICompositeCacheAttributes cattr) Sets the ICompositeCacheAttributes of the cache region -
Uses of ICompositeCacheAttributes in org.apache.commons.jcs3.engine
Classes in org.apache.commons.jcs3.engine that implement ICompositeCacheAttributesModifier and TypeClassDescriptionclass
The CompositeCacheAttributes defines the general cache region settings.Methods in org.apache.commons.jcs3.engine that return ICompositeCacheAttributes -
Uses of ICompositeCacheAttributes in org.apache.commons.jcs3.engine.behavior
Methods in org.apache.commons.jcs3.engine.behavior that return ICompositeCacheAttributes -
Uses of ICompositeCacheAttributes in org.apache.commons.jcs3.engine.control
Methods in org.apache.commons.jcs3.engine.control that return ICompositeCacheAttributesModifier and TypeMethodDescriptionCompositeCache.getCacheAttributes()
Gets the ICompositeCacheAttributes attribute of the Cache object.CompositeCacheManager.getDefaultCacheAttributes()
Gets the defaultCacheAttributes attribute of the CacheHub objectprotected ICompositeCacheAttributes
CompositeCacheConfigurator.parseCompositeCacheAttributes
(Properties props, String regName, ICompositeCacheAttributes defaultCCAttr) Get an ICompositeCacheAttributes for the listed region.protected ICompositeCacheAttributes
CompositeCacheConfigurator.parseCompositeCacheAttributes
(Properties props, String regName, ICompositeCacheAttributes defaultCCAttr, String regionPrefix) Get the main attributes for a region.Methods in org.apache.commons.jcs3.engine.control with parameters of type ICompositeCacheAttributesModifier and TypeMethodDescription<K,
V> CompositeCache<K, V> CompositeCacheManager.getCache
(String cacheName, ICompositeCacheAttributes cattr) Gets the cache attribute of the CacheHub object<K,
V> CompositeCache<K, V> CompositeCacheManager.getCache
(String cacheName, ICompositeCacheAttributes cattr, IElementAttributes attr) Gets the cache attribute of the CacheHub object<K,
V> CompositeCache<K, V> CompositeCacheManager.getCache
(ICompositeCacheAttributes cattr) Gets the cache attribute of the CacheHub object<K,
V> 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.protected <K,
V> CompositeCache<K, V> CompositeCacheConfigurator.newCache
(ICompositeCacheAttributes cca, IElementAttributes ea) protected ICompositeCacheAttributes
CompositeCacheConfigurator.parseCompositeCacheAttributes
(Properties props, String regName, ICompositeCacheAttributes defaultCCAttr) Get an ICompositeCacheAttributes for the listed region.protected ICompositeCacheAttributes
CompositeCacheConfigurator.parseCompositeCacheAttributes
(Properties props, String regName, ICompositeCacheAttributes defaultCCAttr, String regionPrefix) Get the main attributes for a region.protected <K,
V> CompositeCache<K, V> CompositeCacheConfigurator.parseRegion
(Properties props, CompositeCacheManager ccm, String regName, String auxiliaries, ICompositeCacheAttributes cca) Get all the properties for a region and configure its cache.protected <K,
V> CompositeCache<K, V> CompositeCacheConfigurator.parseRegion
(Properties props, CompositeCacheManager ccm, String regName, String auxiliaries, ICompositeCacheAttributes cca, 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.Constructors in org.apache.commons.jcs3.engine.control with parameters of type ICompositeCacheAttributesModifierConstructorDescriptionCompositeCache
(ICompositeCacheAttributes cattr, IElementAttributes attr) Constructor for the Cache object -
Uses of ICompositeCacheAttributes in org.apache.commons.jcs3.engine.memory
Methods in org.apache.commons.jcs3.engine.memory that return ICompositeCacheAttributesModifier and TypeMethodDescriptionAbstractMemoryCache.getCacheAttributes()
Returns the CacheAttributes.Methods in org.apache.commons.jcs3.engine.memory with parameters of type ICompositeCacheAttributesModifier and TypeMethodDescriptionvoid
AbstractMemoryCache.setCacheAttributes
(ICompositeCacheAttributes cattr) Sets the CacheAttributes. -
Uses of ICompositeCacheAttributes in org.apache.commons.jcs3.engine.memory.behavior
Methods in org.apache.commons.jcs3.engine.memory.behavior that return ICompositeCacheAttributesModifier and TypeMethodDescriptionIMemoryCache.getCacheAttributes()
Returns the CacheAttributes for the region.Methods in org.apache.commons.jcs3.engine.memory.behavior with parameters of type ICompositeCacheAttributesModifier and TypeMethodDescriptionvoid
IMemoryCache.setCacheAttributes
(ICompositeCacheAttributes cattr) Sets the CacheAttributes of the region.