Class DataStoreSoftReference


  • public class DataStoreSoftReference
    extends SoftReference<DataStore>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clear()  
      • Methods inherited from class SoftReference

        get
      • Methods inherited from class Reference

        clone, enqueue, isEnqueued, reachabilityFence
      • Methods inherited from class Object

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

      • DataStoreSoftReference

        public DataStoreSoftReference​(DataStore referent)
    • Method Detail

      • clear

        public void clear()
        Overrides:
        clear in class Reference<DataStore>