public class ComponentCacheWrapper<K extends Serializable,V extends Serializable> extends CacheWrapper<K,V>
secretKey, secretValue
Constructor and Description |
---|
ComponentCacheWrapper(Cache<K,V> cache) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
containsKey, containsValue, entrySet, get, getCacheHits, getCacheMisses, getCacheSize, getLongCacheSize, getMaxCacheSize, getMaxLifetime, getName, getWrappedCache, isEmpty, keySet, put, putAll, remove, setMaxCacheSize, setMaxCacheSize, setMaxLifetime, setName, size, values
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLock, isKeySecret, isValueSecret, setSecretKey, setSecretValue
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public void clear()
clear
in interface Map<K extends Serializable,V extends Serializable>
clear
in class CacheWrapper<K extends Serializable,V extends Serializable>
Copyright © 2003–2020 Ignite Realtime. All rights reserved.