| Package | Description |
|---|---|
| com.atlassian.confluence.cache |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LockingCache<K,V>
Deprecated.
|
interface |
ManagedLockingCache<K,V>
Deprecated.
since 5.7. Use
LockingCache instead. |
| 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>
Deprecated.
|
| Constructor and Description |
|---|
ConfluenceMonitoringCache(ConfluenceCache<K,V> cache,
ConfluenceMonitoring confluenceMonitoring)
Constructs a new instance.
|
Copyright © 2003–2016 Atlassian. All rights reserved.