Package com.axway.apim.lib
Class DoNothingCacheManager.DoNothingCache<K,V>
- java.lang.Object
-
- com.axway.apim.lib.DoNothingCacheManager.DoNothingCache<K,V>
-
- All Implemented Interfaces:
Iterable<org.ehcache.Cache.Entry<K,V>>,org.ehcache.Cache<K,V>
- Enclosing class:
- DoNothingCacheManager
public static class DoNothingCacheManager.DoNothingCache<K,V> extends Object implements org.ehcache.Cache<K,V>
-
-
Constructor Summary
Constructors Constructor Description DoNothingCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontainsKey(Object arg0)Objectget(Object arg0)MapgetAll(Set arg0)org.ehcache.config.CacheRuntimeConfigurationgetRuntimeConfiguration()Iteratoriterator()voidput(Object arg0, Object arg1)voidputAll(Map arg0)ObjectputIfAbsent(Object arg0, Object arg1)voidremove(Object arg0)booleanremove(Object arg0, Object arg1)voidremoveAll(Set arg0)Objectreplace(Object arg0, Object arg1)booleanreplace(Object arg0, Object arg1, Object arg2)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
containsKey
public boolean containsKey(Object arg0)
-
getRuntimeConfiguration
public org.ehcache.config.CacheRuntimeConfiguration getRuntimeConfiguration()
-
iterator
public Iterator iterator()
-
put
public void put(Object arg0, Object arg1) throws org.ehcache.spi.loaderwriter.CacheWritingException
-
putAll
public void putAll(Map arg0) throws org.ehcache.spi.loaderwriter.BulkCacheWritingException
-
putIfAbsent
public Object putIfAbsent(Object arg0, Object arg1) throws org.ehcache.spi.loaderwriter.CacheLoadingException, org.ehcache.spi.loaderwriter.CacheWritingException
-
remove
public void remove(Object arg0) throws org.ehcache.spi.loaderwriter.CacheWritingException
-
remove
public boolean remove(Object arg0, Object arg1) throws org.ehcache.spi.loaderwriter.CacheWritingException
-
removeAll
public void removeAll(Set arg0) throws org.ehcache.spi.loaderwriter.BulkCacheWritingException
-
replace
public Object replace(Object arg0, Object arg1) throws org.ehcache.spi.loaderwriter.CacheLoadingException, org.ehcache.spi.loaderwriter.CacheWritingException
-
-