Class CacheUpdater

java.lang.Object
java.lang.Thread
loci.formats.cache.CacheUpdater
All Implemented Interfaces:
Runnable

public class CacheUpdater extends Thread
Thread responsible for updating the cache (loading and dropping planes) in the background.
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • cache

      private Cache cache
    • quit

      private boolean quit
  • Constructor Details

    • CacheUpdater

      public CacheUpdater(Cache cache)
  • Method Details

    • quit

      public void quit()
    • run

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