Class NutclusterCacheCompactor

java.lang.Object
com.atlassian.confluence.impl.cache.CacheCompactorSupport
com.atlassian.confluence.cache.nutcluster.NutclusterCacheCompactor
All Implemented Interfaces:
CacheCompactor, ClusterCacheCompactor, Runnable

@Internal public class NutclusterCacheCompactor extends CacheCompactorSupport implements ClusterCacheCompactor
Clears Nutcluster caches that exceeded 2x of their maximum size.
  • Constructor Details

    • NutclusterCacheCompactor

      public NutclusterCacheCompactor(com.atlassian.cache.CacheManager cacheManager, NutclusterHelper nutclusterHelper, com.atlassian.event.api.EventPublisher eventPublisher, io.micrometer.core.instrument.MeterRegistry micrometerRegistry)
  • Method Details