Package org.apache.cassandra.cache
package org.apache.cassandra.cache
-
ClassDescriptionA base cache serializer that is used to serialize/deserialize a cache to/from disk.CacheProvider<K,
V> An adapter from a Caffeine cache to the ICache interface.ICache<K,V> This is similar to the Map interface, but requires maintaining a given capacity and does not require put or remove to return values, which lets SerializingCache be more efficient by avoiding deserialize except on get.InstrumentingCache<K,V> Wraps an ICache in requests + hits tracking.A sentinel object for row caches.SerializingCache<K,V> Serializes cache values off-heap.