Class WindowCache.SoftRef

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getLastAccess()
      Get pseudo time of last access to this cache page
      Pack getPack()
      Get the Pack the referenced cache page is allocated for
      long getPosition()
      Get the position of the referenced cache page in the Pack
      int getSize()
      Get size of cache page
      boolean isStrongRef()
      Whether this is a strong reference.
      boolean kill()
      Kill this ref
      void setLastAccess​(long time)
      Set pseudo time of last access to this cache page
      • Methods inherited from class java.lang.ref.SoftReference

        get
      • Methods inherited from class java.lang.ref.Reference

        clear, enqueue, isEnqueued
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait