@Deprecated public class HydratedCacheElement extends Hashtable<String,Object>
Constructor and Description |
---|
HydratedCacheElement()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
getCacheElementItem(String elementItemName,
Serializable parentKey)
Deprecated.
|
Object |
putCacheElementItem(String elementItemName,
Serializable parentKey,
Object value)
Deprecated.
|
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, values
public Object getCacheElementItem(String elementItemName, Serializable parentKey)
public Object putCacheElementItem(String elementItemName, Serializable parentKey, Object value)
Copyright © 2019. All rights reserved.