@ParametersAreNonnullByDefault
| Class | Description |
|---|---|
| CollectMetricsPredicate | |
| DummyVCacheRequestContextOperations |
Trivial implementation of the interface which just invoked the action directly.
|
| JvmCacheAdapter<K,V> | Deprecated
since 7.20
|
| SynchronousExternalCache<V> |
A wrapper around a VCache external cache which provides synchronous, opverloaded operations for convenience and
predictable error handling.
|
| UnblockingRemovalJvmCache<K,V> |
JVM Cache that can be cleared without blocking.
|
| VCacheFactoryBean |
A Spring
FactoryBean which creates a VCacheFactory suitable for use by Confluence. |
| VCacheFlusher |
An implementation of
CacheFlusher which flushes VCache instances. |
| VCacheRequestContextFilter |
A Servlet
Filter which ensures that a VCache request context is setup for each
request, and also logs the cache metrics. |
| VCacheRequestContextManager |
An implementation of
VCacheRequestContextOperations which provides a simple interface to client code. |
| Exception | Description |
|---|---|
| SynchronousExternalCache.CacheException |
Copyright © 2003–2022 Atlassian. All rights reserved.