Class AbstractBlobStore.Data

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getMemory()
      Get the memory required in bytes.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getMemory

        public int getMemory()
        Description copied from interface: Cache.Value
        Get the memory required in bytes. The method must always return the same value once the element is in the cache.
        Specified by:
        getMemory in interface Cache.Value
        Returns:
        the memory used in bytes