Package | Description |
---|---|
com.atlassian.confluence.cache | |
com.atlassian.confluence.cache.hazelcast.hibernate | |
com.atlassian.confluence.cache.hazelcast.monitoring |
Modifier and Type | Interface and Description |
---|---|
interface |
LockingCache<K,V>
Interface that extends atlassian-cache to have locking semantics.
|
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>
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.
|
Modifier and Type | Class and Description |
---|---|
class |
HazelcastLockingCache<K,V>
A delegating cache that allows you to lock and unlock on keys.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfluenceMonitoringLockingCache<K,V>
Wrapper for monitoring the performance of Hazelcast locking caches.
|
Copyright © 2003–2015 Atlassian. All rights reserved.