| Package | Description |
|---|---|
| org.rapidoid.cache | |
| org.rapidoid.cache.impl |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> CacheDSL<K,V> |
Caching.of(Class<K> keyClass,
Class<V> valueClass) |
static <K,V> CacheDSL<K,V> |
Caching.of(Mapper<K,V> of) |
| Modifier and Type | Method and Description |
|---|---|
CacheDSL<K,V> |
CacheDSL.capacity(int capacity) |
CacheDSL |
CacheDSL.name(String name) |
CacheDSL<K,V> |
CacheDSL.of(Mapper<K,V> of) |
CacheDSL<K,V> |
CacheDSL.ttl(long ttl) |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> ConcurrentCache<K,V> |
CacheFactory.create(CacheDSL<K,V> params) |
Copyright © 2014–2017 Nikolche Mihajlovski and contributors. All rights reserved.