public 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 |
|---|---|
ICacheElement<K,V> |
getCacheElement()
Get the cache element
|
getPayloadpublic MemoryElementDescriptor(ICacheElement<K,V> ce)
ce - public ICacheElement<K,V> getCacheElement()
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.