@EnableDecision(OBJECT_INFO) public interface AppCacheManager
| Modifier and Type | Field | Description |
|---|---|---|
static String |
INSTANCE_ID |
| Modifier and Type | Method | 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() |
|
<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()
Object getImpl()
Copyright © 2018. All rights reserved.