public interface ICacheElementSerialized extends ICacheElement
The value is stored as a byte array. This should allow for a variety of serialization mechanisms.
This currently extends ICacheElement for backward compatibility.
| 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 ICacheElementSerialized object.
|
byte[] |
getSerializedValue()
Gets the value attribute of the ICacheElementSerialized object.
|
void |
setElementAttributes(IElementAttributes attr)
Sets the attributes attribute of the ICacheElement object
|
getValjava.lang.String getCacheName()
getCacheName in interface ICacheElementjava.io.Serializable getKey()
getKey in interface ICacheElementbyte[] getSerializedValue()
IElementAttributes getElementAttributes()
getElementAttributes in interface ICacheElementvoid setElementAttributes(IElementAttributes attr)
setElementAttributes in interface ICacheElementattr - The new attributes valueCopyright © 2002-2013 Apache Software Foundation. All Rights Reserved.