Class CacheCleanupTask

  • All Implemented Interfaces:
    Runnable

    public class CacheCleanupTask
    extends Object
    implements Runnable
    TODO: class description

    TODO: Also handle cache eviction - remove items from cache when the cache is full

    • Constructor Detail

      • CacheCleanupTask

        public CacheCleanupTask()
    • Method Detail

      • addCacheForMonitoring

        public void addCacheForMonitoring​(CacheImpl cache)
      • removeCacheFromMonitoring

        public void removeCacheFromMonitoring​(CacheImpl cache)
      • run

        public void run()
        Specified by:
        run in interface Runnable