Uses of Class
org.apache.cassandra.cache.CaffeineCache
Packages that use CaffeineCache
-
Uses of CaffeineCache in org.apache.cassandra.cache
Methods in org.apache.cassandra.cache that return CaffeineCacheModifier and TypeMethodDescriptionstatic <K extends IMeasurableMemory,V extends IMeasurableMemory>
CaffeineCache<K,V> CaffeineCache.create(long weightedCapacity) static <K extends IMeasurableMemory,V extends IMeasurableMemory>
CaffeineCache<K,V> CaffeineCache.create(long weightedCapacity, com.github.benmanes.caffeine.cache.Weigher<K, V> weigher) Initialize a cache with initial capacity with weightedCapacity