Package com.snowbound.common.utils
Interface Sizeable
-
public interface Sizeable
Defines a method to estimate the byte size of an object.- See Also:
LRUByteLimitedHashtable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getSizeInCache()
Return the estimated byte-size, or memory footprint, of this object.
-