public class DoNothingCacheManager extends Object implements org.ehcache.CacheManager
| Modifier and Type | Class and Description |
|---|---|
class |
DoNothingCacheManager.DoNothingCache<K,V> |
| Constructor and Description |
|---|
DoNothingCacheManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
<K,V> org.ehcache.Cache<K,V> |
createCache(String arg0,
org.ehcache.config.Builder<? extends org.ehcache.config.CacheConfiguration<K,V>> arg1) |
<K,V> org.ehcache.Cache<K,V> |
createCache(String arg0,
org.ehcache.config.CacheConfiguration<K,V> arg1) |
<K,V> org.ehcache.Cache<K,V> |
getCache(String arg0,
Class<K> arg1,
Class<V> arg2) |
org.ehcache.config.Configuration |
getRuntimeConfiguration() |
org.ehcache.Status |
getStatus() |
void |
init() |
void |
removeCache(String arg0) |
public void close()
throws org.ehcache.StateTransitionException
close in interface Closeableclose in interface AutoCloseableclose in interface org.ehcache.CacheManagerorg.ehcache.StateTransitionExceptionpublic <K,V> org.ehcache.Cache<K,V> createCache(String arg0, org.ehcache.config.CacheConfiguration<K,V> arg1)
createCache in interface org.ehcache.CacheManagerpublic <K,V> org.ehcache.Cache<K,V> createCache(String arg0, org.ehcache.config.Builder<? extends org.ehcache.config.CacheConfiguration<K,V>> arg1)
createCache in interface org.ehcache.CacheManagerpublic <K,V> org.ehcache.Cache<K,V> getCache(String arg0, Class<K> arg1, Class<V> arg2)
getCache in interface org.ehcache.CacheManagerpublic org.ehcache.config.Configuration getRuntimeConfiguration()
getRuntimeConfiguration in interface org.ehcache.CacheManagerpublic org.ehcache.Status getStatus()
getStatus in interface org.ehcache.CacheManagerpublic void init()
throws org.ehcache.StateTransitionException
init in interface org.ehcache.CacheManagerorg.ehcache.StateTransitionExceptionpublic void removeCache(String arg0)
removeCache in interface org.ehcache.CacheManagerCopyright © 2020. All rights reserved.