public interface ICacheElement
extends java.io.Serializable
The element attributes have lots of useful information about each elment, such as when they were created, how long they have to live, and if they are allowed to be spooled, etc.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCacheName()
Gets the cacheName attribute of the ICacheElement object.
|
IElementAttributes |
getElementAttributes()
Gets the attributes attribute of the ICacheElement object
|
java.io.Serializable |
getKey()
Gets the key attribute of the ICacheElement object
|
java.io.Serializable |
getVal()
Gets the val attribute of the ICacheElement object
|
void |
setElementAttributes(IElementAttributes attr)
Sets the attributes attribute of the ICacheElement object
|
java.lang.String getCacheName()
java.io.Serializable getKey()
java.io.Serializable getVal()
IElementAttributes getElementAttributes()
void setElementAttributes(IElementAttributes attr)
attr
- The new attributes valueCopyright © 2002-2013 Apache Software Foundation. All Rights Reserved.