Class VCacheFlusher
- java.lang.Object
-
- com.atlassian.confluence.impl.vcache.VCacheFlusher
-
- All Implemented Interfaces:
CacheFlusher
public class VCacheFlusher extends Object implements CacheFlusher
An implementation ofCacheFlusherwhich flushesVCacheinstances.VCache doesn't have a "flush all caches" function, so we need to know which individual caches to flush. This is done by wrapping a
VCacheFactoryinstance in a proxy which records caches as they get requested from the factory.- Since:
- 5.10
-
-
Constructor Summary
Constructors Constructor Description VCacheFlusher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidflushCaches()
-
-
-
Method Detail
-
flushCaches
public void flushCaches()
- Specified by:
flushCachesin interfaceCacheFlusher
-
-