| Package | Description |
|---|---|
| com.appslandia.common.caching |
| Modifier and Type | Class and Description |
|---|---|
class |
JCache<K,V> |
| Modifier and Type | Method and Description |
|---|---|
<K,V> AppCache<K,V> |
JCacheManager.createCache(String cacheName,
Object configuration) |
<K,V> AppCache<K,V> |
AppCacheManager.createCache(String cacheName,
Object configuration) |
<K,V> AppCache<K,V> |
JCacheManager.getCache(String cacheName) |
<K,V> AppCache<K,V> |
AppCacheManager.getCache(String cacheName) |
<K,V> AppCache<K,V> |
JCacheManager.getRequiredCache(String cacheName) |
<K,V> AppCache<K,V> |
AppCacheManager.getRequiredCache(String cacheName) |
Copyright © 2018. All rights reserved.