Package com.snowbound.common.utils
Interface Sizeable
-
public interface SizeableDefines 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 longgetSizeInCache()Return the estimated byte-size, or memory footprint, of this object.
-