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