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 SpringFactoryBean
which creates aVCacheFactory
suitable for use by Confluence.An implementation ofCacheFlusher
which flushesVCache
instances.A ServletFilter
which ensures that a VCache request context is setup for each request, and also logs the cache metrics.An implementation ofVCacheRequestContextOperations
which provides a simple interface to client code.