Package org.apache.cassandra.cache
Interface CacheSize
-
- All Known Subinterfaces:
ICache<K,V>
- All Known Implementing Classes:
CaffeineCache
,ChunkCache
,SerializingCache
public interface CacheSize
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
capacity()
void
setCapacity(long capacity)
int
size()
long
weightedSize()
-