public interface CacheManager<T>
| Modifier and Type | Field and Description |
|---|---|
static String |
CACHE_EXPIRE_AFTER_MINUTES |
static String |
CACHE_SIZE |
| Modifier and Type | Method and Description |
|---|---|
Cache<T> |
createCacheInstance(String cacheId,
Map<String,Object> cacheProperties) |
void |
destroy() |
void |
removeCacheInstance(String cacheId) |
static final String CACHE_EXPIRE_AFTER_MINUTES
static final String CACHE_SIZE
Copyright © 2014–2015 Cohesive Integrations, LLC. All rights reserved.