| Constructor and Description |
|---|
Caching() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> CacheAtom<V> |
atom(K key,
Mapper<K,V> loader,
long ttlInMs) |
static <K,V> CacheDSL<K,V> |
of(Class<K> keyClass,
Class<V> valueClass) |
static <K,V> CacheDSL<K,V> |
of(Mapper<K,V> of) |
static void |
reset() |
static ScheduledThreadPoolExecutor |
scheduler() |
static void |
shutdown() |
public static ScheduledThreadPoolExecutor scheduler()
public static void reset()
public static void shutdown()
Copyright © 2014–2018 Nikolche Mihajlovski and contributors. All rights reserved.