public abstract class MemoryElementDescriptor<K,V> extends DoubleLinkedListNode<ICacheElement<K,V>>
next, prev| Constructor and Description |
|---|
MemoryElementDescriptor(ICacheElement<K,V> ce)
Constructs a usable MemoryElementDescriptor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ICacheElement<K,V> |
getCacheElement()
Return the cache element wrapped by this descriptor
|
getPayloadpublic MemoryElementDescriptor(ICacheElement<K,V> ce)
ce - public abstract ICacheElement<K,V> getCacheElement()
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.