| Package | Description |
|---|---|
| org.rapidoid.cache.impl |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> ConcurrentCache<K,V> |
CacheFactory.create(CacheDSL<K,V> params) |
static <K,V> ConcurrentCache<K,V> |
ConcurrentCache.create(String name,
int capacity,
Mapper<K,V> loader,
long ttlInMs) |
| Constructor and Description |
|---|
ManageableCache(ConcurrentCache<?,?> cache) |
Copyright © 2014–2017 Nikolche Mihajlovski and contributors. All rights reserved.