public class VCacheFlusher extends Object implements CacheFlusher
CacheFlusher which flushes VCache instances.
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 VCacheFactory instance in a proxy which records caches as they get requested from the factory.
| Constructor and Description |
|---|
VCacheFlusher() |
| Modifier and Type | Method and Description |
|---|---|
void |
flushCaches() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcacheFlusher, createCacheManagerFlusher, createCompositeCacheFlusherpublic void flushCaches()
flushCaches in interface CacheFlusherCopyright © 2003–2018 Atlassian. All rights reserved.