Package com.atlassian.confluence.cache
Class NoopClusterCacheCompactor
java.lang.Object
com.atlassian.confluence.impl.cache.CacheCompactorSupport
com.atlassian.confluence.cache.NoopClusterCacheCompactor
- All Implemented Interfaces:
CacheCompactor
,Runnable
A compactor that does nothing. Used when not in cluster mode (Server/Cloud)
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.confluence.impl.cache.CacheCompactorSupport
run
-
Constructor Details
-
NoopClusterCacheCompactor
public NoopClusterCacheCompactor()
-
-
Method Details
-
compact
public void compact()Description copied from interface:CacheCompactor
Perform the compaction
-