Interface Sizeable


  • public interface Sizeable
    Defines a method to estimate the byte size of an object.
    See Also:
    LRUByteLimitedHashtable
    • Method Detail

      • getSizeInCache

        long getSizeInCache()
        Return the estimated byte-size, or memory footprint, of this object.
        Returns:
        number of bytes this object consumes