|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface defines the behavior of the serialized element wrapper.
The value is stored as a byte array. This should allow for a variety of serialization mechanisms.
This currently extends ICacheElement for backward compatibility.
| 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 ICacheElementSerialized object. |
byte[] |
getSerializedValue()
Gets the value attribute of the ICacheElementSerialized object. |
void |
setElementAttributes(IElementAttributes attr)
Sets the attributes attribute of the ICacheElement object |
| Methods inherited from interface org.apache.jcs.engine.behavior.ICacheElement |
getVal |
| Method Detail |
public java.lang.String getCacheName()
getCacheName in interface ICacheElementpublic java.io.Serializable getKey()
getKey in interface ICacheElementpublic byte[] getSerializedValue()
public IElementAttributes getElementAttributes()
getElementAttributes in interface ICacheElementpublic void setElementAttributes(IElementAttributes attr)
setElementAttributes in interface ICacheElementattr - The new attributes value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||