public class NoOpCacheManager extends Object implements javax.cache.CacheManager
| Constructor and Description |
|---|
NoOpCacheManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
<K,V,C extends javax.cache.configuration.Configuration<K,V>> |
createCache(String s,
C c) |
void |
destroyCache(String s) |
void |
enableManagement(String s,
boolean b) |
void |
enableStatistics(String s,
boolean b) |
<K,V> javax.cache.Cache<K,V> |
getCache(String s) |
<K,V> javax.cache.Cache<K,V> |
getCache(String s,
Class<K> aClass,
Class<V> aClass1) |
Iterable<String> |
getCacheNames() |
javax.cache.spi.CachingProvider |
getCachingProvider() |
ClassLoader |
getClassLoader() |
Properties |
getProperties() |
URI |
getURI() |
boolean |
isClosed() |
<T> T |
unwrap(Class<T> aClass) |
public javax.cache.spi.CachingProvider getCachingProvider()
getCachingProvider in interface javax.cache.CacheManagerpublic URI getURI()
getURI in interface javax.cache.CacheManagerpublic ClassLoader getClassLoader()
getClassLoader in interface javax.cache.CacheManagerpublic Properties getProperties()
getProperties in interface javax.cache.CacheManagerpublic <K,V,C extends javax.cache.configuration.Configuration<K,V>> javax.cache.Cache<K,V> createCache(String s, C c) throws IllegalArgumentException
createCache in interface javax.cache.CacheManagerIllegalArgumentExceptionpublic <K,V> javax.cache.Cache<K,V> getCache(String s, Class<K> aClass, Class<V> aClass1)
getCache in interface javax.cache.CacheManagerpublic <K,V> javax.cache.Cache<K,V> getCache(String s)
getCache in interface javax.cache.CacheManagerpublic Iterable<String> getCacheNames()
getCacheNames in interface javax.cache.CacheManagerpublic void destroyCache(String s)
destroyCache in interface javax.cache.CacheManagerpublic void enableManagement(String s, boolean b)
enableManagement in interface javax.cache.CacheManagerpublic void enableStatistics(String s, boolean b)
enableStatistics in interface javax.cache.CacheManagerpublic void close()
close in interface Closeableclose in interface AutoCloseableclose in interface javax.cache.CacheManagerpublic boolean isClosed()
isClosed in interface javax.cache.CacheManagerpublic <T> T unwrap(Class<T> aClass)
unwrap in interface javax.cache.CacheManagerCopyright © 2022. All rights reserved.