Class SoftReferenceElementDescriptor<K,V>
java.lang.Object
org.apache.commons.jcs3.utils.struct.DoubleLinkedListNode<ICacheElement<K,V>>
org.apache.commons.jcs3.engine.memory.util.MemoryElementDescriptor<K,V>
org.apache.commons.jcs3.engine.memory.util.SoftReferenceElementDescriptor<K,V>
- All Implemented Interfaces:
Serializable
This wrapper is needed for double linked lists.
- See Also:
-
Field Summary
Fields inherited from class org.apache.commons.jcs3.utils.struct.DoubleLinkedListNode
next, prev
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a usable MemoryElementDescriptor. -
Method Summary
Methods inherited from class org.apache.commons.jcs3.utils.struct.DoubleLinkedListNode
getPayload
-
Constructor Details
-
SoftReferenceElementDescriptor
Constructs a usable MemoryElementDescriptor.- Parameters:
ce
-
-
-
Method Details
-
getCacheElement
Description copied from class:MemoryElementDescriptor
Get the cache element- Overrides:
getCacheElement
in classMemoryElementDescriptor<K,
V> - Returns:
- the ce
-