| 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,
ScheduledThreadPoolExecutor scheduler,
boolean statistics,
boolean manageable) |
| Constructor and Description |
|---|
ManageableCache(ConcurrentCache<?,?> cache) |
Copyright © 2014–2018 Nikolche Mihajlovski and contributors. All rights reserved.