public class JCacheManager extends Object implements AppCacheManager
| Constructor and Description |
|---|
JCacheManager(javax.cache.CacheManager cacheManager) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
clearCache(String cacheName) |
void |
close() |
boolean |
destroyCache(String cacheName) |
<K,V> AppCache<K,V> |
getCache(String cacheName) |
Iterable<String> |
getCacheNames() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRequiredCachepublic <K,V> AppCache<K,V> getCache(String cacheName)
getCache in interface AppCacheManagerpublic boolean clearCache(String cacheName)
clearCache in interface AppCacheManagerpublic boolean destroyCache(String cacheName)
destroyCache in interface AppCacheManagerpublic Iterable<String> getCacheNames()
getCacheNames in interface AppCacheManagerpublic void close()
close in interface AppCacheManagerCopyright © 2021. All rights reserved.