Class SoftReferenceCache.SoftRefKey

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.Object key  
    • Constructor Summary

      Constructors 
      Constructor Description
      SoftRefKey​(java.lang.Object o, java.lang.Object key)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void cleared()  
      • Methods inherited from class java.lang.ref.SoftReference

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

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

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • key

        java.lang.Object key
    • Constructor Detail

      • SoftRefKey

        public SoftRefKey​(java.lang.Object o,
                          java.lang.Object key)
    • Method Detail

      • cleared

        public void cleared()