|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICacheElementSerialized
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 |
|---|
java.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 value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||