Uses of Interface
org.apache.commons.jcs3.engine.behavior.IElementAttributes
Packages that use IElementAttributes
Package
Description
Contains the class JCS which provides a simple interface for clients to use JCS.
Contains classes for accessing the cache.
The primary disk auxiliary.
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.
-
Uses of IElementAttributes in org.apache.commons.jcs3
Methods in org.apache.commons.jcs3 with parameters of type IElementAttributesModifier and TypeMethodDescriptionstatic <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, IElementAttributes eattr) Get a CacheAccess which accesses the provided region. -
Uses of IElementAttributes in org.apache.commons.jcs3.access
Methods in org.apache.commons.jcs3.access that return IElementAttributesModifier and TypeMethodDescriptionAbstractCacheAccess.getDefaultElementAttributes()
Retrieves A COPY OF the default element attributes used by this region.CacheAccess.getElementAttributes
(K name) GetElementAttributes will return an attribute object describing the current attributes associated with the object name.Methods in org.apache.commons.jcs3.access with parameters of type IElementAttributesModifier and TypeMethodDescriptionvoid
CacheAccess.put
(K key, V val, IElementAttributes attr) Constructs a cache element with these attributes, and puts it into the cache.void
GroupCacheAccess.putInGroup
(K name, String groupName, V value, IElementAttributes attr) Allows the user to put an object into a group within a particular cache region.void
CacheAccess.resetElementAttributes
(K name, IElementAttributes attr) Reset attributes for a particular element in the cache.void
AbstractCacheAccess.setDefaultElementAttributes
(IElementAttributes attr) This method is does not reset the attributes for items already in the cache. -
Uses of IElementAttributes in org.apache.commons.jcs3.access.behavior
Methods in org.apache.commons.jcs3.access.behavior that return IElementAttributesModifier and TypeMethodDescriptionICacheAccessManagement.getDefaultElementAttributes()
GetElementAttributes will return an attribute object describing the current attributes associated with the object name.ICacheAccess.getElementAttributes
(K name) Gets the elementAttributes attribute of the ICacheAccess objectMethods in org.apache.commons.jcs3.access.behavior with parameters of type IElementAttributesModifier and TypeMethodDescriptionvoid
ICacheAccess.put
(K name, V obj, IElementAttributes attr) Description of the Methodvoid
IGroupCacheAccess.putInGroup
(K key, String group, V obj, IElementAttributes attr) Put in the cache associated with this group using these attributes.void
ICacheAccess.resetElementAttributes
(K name, IElementAttributes attributes) Reset the attributes on the object matching this key name.void
ICacheAccessManagement.setDefaultElementAttributes
(IElementAttributes attr) This method is does not reset the attributes for items already in the cache. -
Uses of IElementAttributes in org.apache.commons.jcs3.auxiliary.disk
Methods in org.apache.commons.jcs3.auxiliary.disk that return IElementAttributesMethods in org.apache.commons.jcs3.auxiliary.disk with parameters of type IElementAttributesModifier and TypeMethodDescriptionvoid
PurgatoryElement.setElementAttributes
(IElementAttributes attr) -
Uses of IElementAttributes in org.apache.commons.jcs3.engine
Classes in org.apache.commons.jcs3.engine that implement IElementAttributesModifier and TypeClassDescriptionclass
This it the element attribute descriptor class.Methods in org.apache.commons.jcs3.engine that return IElementAttributesModifier and TypeMethodDescriptionElementAttributes.clone()
CacheElement.getElementAttributes()
Gets the IElementAttributes attribute of the CacheElement objectCacheGroup.getElementAttrributes()
Deprecated.Gets the attributes attribute of the CacheGroup objectMethods in org.apache.commons.jcs3.engine with parameters of type IElementAttributesModifier and TypeMethodDescriptionvoid
CacheElement.setElementAttributes
(IElementAttributes attr) Sets the attributes attribute of the CacheElement objectvoid
CacheGroup.setElementAttributes
(IElementAttributes attr) Deprecated.Sets the attributes attribute of the CacheGroup objectConstructors in org.apache.commons.jcs3.engine with parameters of type IElementAttributesModifierConstructorDescriptionCacheElement
(String cacheName, K key, V val, IElementAttributes attrArg) Constructor for the CacheElement objectCacheElementSerialized
(String cacheNameArg, K keyArg, byte[] serializedValueArg, IElementAttributes elementAttributesArg) Constructs a usable wrapper. -
Uses of IElementAttributes in org.apache.commons.jcs3.engine.behavior
Methods in org.apache.commons.jcs3.engine.behavior that return IElementAttributesModifier and TypeMethodDescriptionIElementAttributes.clone()
Clone objectICacheElement.getElementAttributes()
Gets the attributes attribute of the ICacheElement<K, V> objectMethods in org.apache.commons.jcs3.engine.behavior with parameters of type IElementAttributesModifier and TypeMethodDescriptionvoid
ICacheElement.setElementAttributes
(IElementAttributes attr) Sets the attributes attribute of the ICacheElement<K, V> object -
Uses of IElementAttributes in org.apache.commons.jcs3.engine.control
Methods in org.apache.commons.jcs3.engine.control that return IElementAttributesModifier and TypeMethodDescriptionCompositeCacheManager.getDefaultElementAttributes()
Gets the defaultElementAttributes attribute of the CacheHub objectCompositeCache.getElementAttributes()
Gets the default element attribute of the Cache object This returns a copy.CompositeCache.getElementAttributes
(K key) Gets the elementAttributes attribute of the Cache object.protected IElementAttributes
CompositeCacheConfigurator.parseElementAttributes
(Properties props, String regName, IElementAttributes defaultEAttr, String regionPrefix) Create the element attributes from the properties object for a cache region.Methods in org.apache.commons.jcs3.engine.control with parameters of type IElementAttributesModifier and TypeMethodDescription<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, 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 IElementAttributes
CompositeCacheConfigurator.parseElementAttributes
(Properties props, String regName, IElementAttributes defaultEAttr, String regionPrefix) Create the element attributes from the properties object for a cache region.void
CompositeCache.setElementAttributes
(IElementAttributes attr) Sets the default element attribute of the Cache object.Constructors in org.apache.commons.jcs3.engine.control with parameters of type IElementAttributesModifierConstructorDescriptionCompositeCache
(ICompositeCacheAttributes cattr, IElementAttributes attr) Constructor for the Cache object