Package | Description |
---|---|
com.atlassian.confluence.cache |
Modifier and Type | Class and Description |
---|---|
class |
ConfluenceMonitoringCache<K,V>
A wrapper for monitoring the performance of Confluence caches.
|
class |
DefaultConfluenceCache<K,V>
Default implementation of the ConfluenceCache interface.
|
class |
DeferredOperationsCache<K,V>
An implementation of
Cache that records changes to a delegate cache, only actually
performing them when DeferredOperationsCache.sync() is called. |
Constructor and Description |
---|
ConfluenceMonitoringCache(ConfluenceCache<K,V> cache,
ConfluenceMonitoring confluenceMonitoring)
Constructs a new instance.
|
Copyright © 2003–2020 Atlassian. All rights reserved.