Class KeyCache
java.lang.Object
org.apache.cassandra.io.sstable.keycache.KeyCache
A simple wrapper of possibly global cache with local metrics.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(KeyCacheKey key, boolean updateStats) longgetHits()longbooleanvoidput(KeyCacheKey cacheKey, AbstractRowIndexEntry info)
-
Field Details
-
NO_CACHE
-
-
Constructor Details
-
KeyCache
-
-
Method Details
-
getHits
public long getHits() -
getRequests
public long getRequests() -
put
-
get
-
isEnabled
public boolean isEnabled()
-