Class CacheCompactorSupport
- java.lang.Object
-
- com.atlassian.confluence.impl.cache.CacheCompactorSupport
-
- All Implemented Interfaces:
CacheCompactor
,Runnable
- Direct Known Subclasses:
EhCacheCompactor
,HazelcastCacheCompactor
,NoopClusterCacheCompactor
public abstract class CacheCompactorSupport extends Object implements CacheCompactor
A partial implementation ofCacheCompactor
.- Since:
- 5.8
-
-
Constructor Summary
Constructors Constructor Description CacheCompactorSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.confluence.cache.CacheCompactor
compact
-
-