public class CaffeineEruptCache<V> extends Object implements IEruptCache<V>
CaffeineEruptCache()
CaffeineEruptCache(long timeout)
V
get(String key, Function<String,V> function)
void
init(long timeout)
init(long timeout, TimeUnit timeUnit)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CaffeineEruptCache()
public CaffeineEruptCache(long timeout)
public void init(long timeout, TimeUnit timeUnit)
public void init(long timeout)
public V get(String key, Function<String,V> function)
get
IEruptCache<V>
Copyright © 2021. All rights reserved.