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 longcapacity()voidsetCapacity(long capacity)intsize()longweightedSize()
-