Package com.atlassian.confluence.cache
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
compact()
Perform the compaction
-