Package com.atlassian.confluence.cache
Interface CacheCompactor
- All Superinterfaces:
Runnable
- All Known Subinterfaces:
ClusterCacheCompactor
- All Known Implementing Classes:
CacheCompactorSupport
,EhCacheCompactor
,HazelcastCacheCompactor
,NoopClusterCacheCompactor
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
-
Method Details
-
compact
void compact()Perform the compaction
-