Interface CacheCompactor

All Superinterfaces:
Runnable
All Known Subinterfaces:
ClusterCacheCompactor
All Known Implementing Classes:
CacheCompactorSupport, EhCacheCompactor, HazelcastCacheCompactor, NoopClusterCacheCompactor

public interface CacheCompactor extends Runnable
Interface indicting a class can 'compact' caches. This can take the form of evicting elements, or flushing a whole cache
Since:
5.7
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Perform the compaction

    Methods inherited from interface java.lang.Runnable

    run
  • Method Details

    • compact

      void compact()
      Perform the compaction