Class SoftRefFilesCache.ReleaseThread

java.lang.Object
java.lang.Thread
org.apache.commons.vfs2.cache.SoftRefFilesCache.ReleaseThread
All Implemented Interfaces:
Runnable
Enclosing class:
SoftRefFilesCache

private final class SoftRefFilesCache.ReleaseThread extends Thread
This thread will listen on the ReferenceQueue and remove the entry in the file cache as soon as the JVM removes the reference.
  • Constructor Details

    • ReleaseThread

      private ReleaseThread()
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread