|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(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(String name,
ICompositeCacheAttributes cattr)
Define a new cache region with the specified name and attributes. |
static CacheAccess |
CacheAccess.defineRegion(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(String region,
ICompositeCacheAttributes icca)
Get a CacheAccess instance for the given region with the given attributes. |
static GroupCacheAccess |
GroupCacheAccess.getGroupAccess(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(Properties props,
String regName)
Get an ICompositeCacheAttributes for the listed region. |
protected ICompositeCacheAttributes |
CompositeCacheConfigurator.parseCompositeCacheAttributes(Properties props,
String regName,
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(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,
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. |
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(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.cacheAttributes
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |