public interface ICacheElementSerialized<K,V> extends ICacheElement<K,V>
The value is stored as a byte array. This should allow for a variety of serialization mechanisms.
This currently extends ICacheElement<K, V> for backward compatibility.
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getSerializedValue()
Gets the value attribute of the ICacheElementSerialized object.
|
getCacheName, getElementAttributes, getKey, getVal, setElementAttributesCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.