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() |
Object |
getImpl() |
static final String INSTANCE_ID
Copyright © 2017. All rights reserved.