Package com.atlassian.confluence.impl.vcache
package com.atlassian.confluence.impl.vcache
-
ClassesClassDescriptionTrivial implementation of the interface which just invoked the action directly.JvmCacheAdapter<K,
V> Deprecated.since 7.20JVM Cache that can be cleared without blocking.This class was copied from the atlassian-util-vcache library, The methods are direct copies from this library at version 1.1.3A SpringFactoryBeanwhich creates aVCacheFactorysuitable for use by Confluence.An implementation ofCacheFlusherwhich flushesVCacheinstances.A ServletFilterwhich ensures that a VCache request context is setup for each request, and also logs the cache metrics.An implementation ofVCacheRequestContextOperationswhich provides a simple interface to client code.