public class ComponentCacheWrapper<K extends Serializable,V extends Serializable> extends CacheWrapper<K,V>
Constructor and Description |
---|
ComponentCacheWrapper(Cache<K,V> cache) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
containsKey, containsValue, entrySet, get, getCacheHits, getCacheMisses, getCacheSize, getMaxCacheSize, getMaxLifetime, getName, getWrappedCache, isEmpty, keySet, put, putAll, remove, setMaxCacheSize, setMaxLifetime, setName, setWrappedCache, size, values
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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–2019 Ignite Realtime. All rights reserved.