Uses of Class
org.apache.cassandra.auth.CacheRefresher
Packages that use CacheRefresher
-
Uses of CacheRefresher in org.apache.cassandra.auth
Methods in org.apache.cassandra.auth that return CacheRefresherModifier and TypeMethodDescriptionstatic <K,V> CacheRefresher<K, V> CacheRefresher.create(String name, com.github.benmanes.caffeine.cache.LoadingCache<K, V> cache, BiPredicate<K, V> invalidationCondition) static <K,V> CacheRefresher<K, V> CacheRefresher.create(String name, com.github.benmanes.caffeine.cache.LoadingCache<K, V> cache, BiPredicate<K, V> invalidationCondition, BooleanSupplier skipCondition)