@Authors(value="Nikolche Mihajlovski") @Since(value="5.3.0") public class Caching extends org.rapidoid.RapidoidThing
Caching()
static <T> CacheAtom<T>
atom(Callable<T> loader, long ttlInMs)
static <K,V> CacheDSL<K,V>
of(Class<K> keyClass, Class<V> valueClass)
of(Mapper<K,V> of)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Caching()
public static <K,V> CacheDSL<K,V> of(Mapper<K,V> of)
public static <K,V> CacheDSL<K,V> of(Class<K> keyClass, Class<V> valueClass)
public static <T> CacheAtom<T> atom(Callable<T> loader, long ttlInMs)
Copyright © 2014–2017 Nikolche Mihajlovski and contributors. All rights reserved.