| Package | Description |
|---|---|
| com.mware.core.cache | |
| com.mware.ge.store |
| Modifier and Type | Method and Description |
|---|---|
CacheOptions |
CacheOptions.setExpireAfterWrite(Long expireAfterWrite) |
CacheOptions |
CacheOptions.setMaximumSize(Long maximumSize) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
InMemoryCacheService.put(String cacheName,
String key,
T t,
CacheOptions cacheOptions) |
<T> T |
NopCacheService.put(String cacheName,
String key,
T t,
CacheOptions cacheOptions) |
<T> T |
CacheService.put(String cacheName,
String key,
T t,
CacheOptions cacheOptions) |
| Modifier and Type | Field and Description |
|---|---|
protected CacheOptions |
AbstractStorableGraph.elementCacheOptions |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.