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, size, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic 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.