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
public class NoopClusterCacheCompactor extends CacheCompactorSupport
A compactor that does nothing. Used when not in cluster mode (Server/Cloud) 
- 
- 
Constructor Summary
Constructors Constructor Description NoopClusterCacheCompactor() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompact()Perform the compaction- 
Methods inherited from class com.atlassian.confluence.impl.cache.CacheCompactorSupport
run 
 - 
 
 - 
 
- 
- 
Method Detail
- 
compact
public void compact()
Description copied from interface:CacheCompactorPerform the compaction 
 - 
 
 -