@ToStringBuilder.ToObjectInfo public interface AppCacheManager
| Modifier and Type | Field and Description |
|---|---|
static String |
INSTANCE_ID |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
<K,V> AppCache<K,V> |
createCache(String cacheName,
Object configuration) |
void |
destroyCache(String cacheName) |
<K,V> AppCache<K,V> |
getCache(String cacheName) |
Iterable<String> |
getCacheNames() |
<K,V> AppCache<K,V> |
getRequiredCache(String cacheName) |
static final String INSTANCE_ID
<K,V> AppCache<K,V> getRequiredCache(String cacheName) throws IllegalArgumentException
IllegalArgumentExceptionvoid destroyCache(String cacheName)
void close()
Copyright © 2018. All rights reserved.