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
|
getVal
java.lang.String getCacheName()
getCacheName
in interface ICacheElement
java.io.Serializable getKey()
getKey
in interface ICacheElement
byte[] getSerializedValue()
IElementAttributes getElementAttributes()
getElementAttributes
in interface ICacheElement
void setElementAttributes(IElementAttributes attr)
setElementAttributes
in interface ICacheElement
attr
- The new attributes valueCopyright © 2002-2013 Apache Software Foundation. All Rights Reserved.