Uses of Class
org.apache.cassandra.auth.CacheRefresher
-
Packages that use CacheRefresher Package Description org.apache.cassandra.auth -
-
Uses of CacheRefresher in org.apache.cassandra.auth
Methods in org.apache.cassandra.auth that return CacheRefresher Modifier and Type Method Description static <K,V>
CacheRefresher<K,V>CacheRefresher. create(java.lang.String name, com.github.benmanes.caffeine.cache.LoadingCache<K,V> cache, java.util.function.BiPredicate<K,V> invalidationCondition)
static <K,V>
CacheRefresher<K,V>CacheRefresher. create(java.lang.String name, com.github.benmanes.caffeine.cache.LoadingCache<K,V> cache, java.util.function.BiPredicate<K,V> invalidationCondition, java.util.function.BooleanSupplier skipCondition)
-