Uses of Class
org.apache.cassandra.cache.AutoSavingCache
-
Packages that use AutoSavingCache Package Description org.apache.cassandra.service -
-
Uses of AutoSavingCache in org.apache.cassandra.service
Fields in org.apache.cassandra.service declared as AutoSavingCache Modifier and Type Field Description AutoSavingCache<CounterCacheKey,ClockAndCount>
CacheService. counterCache
AutoSavingCache<KeyCacheKey,RowIndexEntry>
CacheService. keyCache
AutoSavingCache<RowCacheKey,IRowCacheEntry>
CacheService. rowCache
-