Uses of Interface
org.apache.cassandra.cache.ICache
-
Packages that use ICache Package Description org.apache.cassandra.cache -
-
Uses of ICache in org.apache.cassandra.cache
Classes in org.apache.cassandra.cache that implement ICache Modifier and Type Class Description class
CaffeineCache<K extends IMeasurableMemory,V extends IMeasurableMemory>
An adapter from a Caffeine cache to the ICache interface.class
SerializingCache<K,V>
Serializes cache values off-heap.Methods in org.apache.cassandra.cache that return ICache Modifier and Type Method Description ICache<K,V>
CacheProvider. create()
ICache<RowCacheKey,IRowCacheEntry>
NopCacheProvider. create()
ICache<RowCacheKey,IRowCacheEntry>
OHCProvider. create()
ICache<RowCacheKey,IRowCacheEntry>
SerializingCacheProvider. create()
Constructors in org.apache.cassandra.cache with parameters of type ICache Constructor Description AutoSavingCache(ICache<K,V> cache, CacheService.CacheType cacheType, AutoSavingCache.CacheSerializer<K,V> cacheloader)
InstrumentingCache(java.lang.String type, ICache<K,V> map)
-