Uses of Class
org.apache.cassandra.cache.CacheKey
-
Packages that use CacheKey Package Description org.apache.cassandra.cache -
-
Uses of CacheKey in org.apache.cassandra.cache
Classes in org.apache.cassandra.cache with type parameters of type CacheKey Modifier and Type Class Description class
AutoSavingCache<K extends CacheKey,V>
static class
AutoSavingCache.CacheSerializer<K extends CacheKey,V>
A base cache serializer that is used to serialize/deserialize a cache to/from disk.Subclasses of CacheKey in org.apache.cassandra.cache Modifier and Type Class Description class
CounterCacheKey
class
KeyCacheKey
class
RowCacheKey
-