|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Every item is the cache is wrapped in an ICacheElement. This contains information about the element: the region name, the key, the value, and the element attributes.
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.
Method Summary | |
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 |
Method Detail |
public java.lang.String getCacheName()
public java.io.Serializable getKey()
public java.io.Serializable getVal()
public IElementAttributes getElementAttributes()
public void setElementAttributes(IElementAttributes attr)
attr
- The new attributes value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |