public class DoNothingCacheManager.DoNothingCache<K,V> extends Object implements org.ehcache.Cache<K,V>
| Constructor and Description |
|---|
DoNothingCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object arg0) |
Object |
get(Object arg0) |
Map |
getAll(Set arg0) |
org.ehcache.config.CacheRuntimeConfiguration |
getRuntimeConfiguration() |
Iterator |
iterator() |
void |
put(Object arg0,
Object arg1) |
void |
putAll(Map arg0) |
Object |
putIfAbsent(Object arg0,
Object arg1) |
void |
remove(Object arg0) |
boolean |
remove(Object arg0,
Object arg1) |
void |
removeAll(Set arg0) |
Object |
replace(Object arg0,
Object arg1) |
boolean |
replace(Object arg0,
Object arg1,
Object arg2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic boolean containsKey(Object arg0)
public org.ehcache.config.CacheRuntimeConfiguration getRuntimeConfiguration()
public Iterator iterator()
public void put(Object arg0, Object arg1) throws org.ehcache.spi.loaderwriter.CacheWritingException
public void putAll(Map arg0) throws org.ehcache.spi.loaderwriter.BulkCacheWritingException
public Object putIfAbsent(Object arg0, Object arg1) throws org.ehcache.spi.loaderwriter.CacheLoadingException, org.ehcache.spi.loaderwriter.CacheWritingException
public void remove(Object arg0) throws org.ehcache.spi.loaderwriter.CacheWritingException
public boolean remove(Object arg0, Object arg1) throws org.ehcache.spi.loaderwriter.CacheWritingException
public void removeAll(Set arg0) throws org.ehcache.spi.loaderwriter.BulkCacheWritingException
public Object replace(Object arg0, Object arg1) throws org.ehcache.spi.loaderwriter.CacheLoadingException, org.ehcache.spi.loaderwriter.CacheWritingException
Copyright © 2020. All rights reserved.