CacheDSL<K,V> |
CacheDSL.capacity(int capacity) |
CacheDSL |
CacheDSL.crawler(ScheduledThreadPoolExecutor crawler) |
CacheDSL<K,V> |
CacheDSL.loader(Mapper<K,V> loader) |
CacheDSL |
CacheDSL.manageable(boolean manageable) |
CacheDSL |
CacheDSL.name(String name) |
static <K,V> CacheDSL<K,V> |
Caching.of(Class<K> keyClass,
Class<V> valueClass) |
CacheDSL<K,V> |
CacheDSL.of(Mapper<K,V> of)
Deprecated.
|
static <K,V> CacheDSL<K,V> |
Caching.of(Mapper<K,V> of) |
CacheDSL |
CacheDSL.statistics(boolean statistics) |
CacheDSL<K,V> |
CacheDSL.ttl(long ttl) |