public class AppCache extends Object
| Modifier and Type | Method and Description |
|---|---|
<K,V> AppCache |
buildCache(String name,
com.google.common.cache.CacheLoader<K,V> cacheLoader,
int timeByMINUTES) |
com.google.common.cache.LoadingCache |
cache(String name) |
<T> T |
fetch(String name,
Callable<T> callable) |
@Inject public AppCache(Settings settings)
Copyright © 2020. All rights reserved.