Uses of Interface
com.atlassian.confluence.cache.ConfluenceCache

Packages that use ConfluenceCache
com.atlassian.confluence.cache   
com.atlassian.confluence.cache.hazelcast.hibernate   
com.atlassian.confluence.cache.hazelcast.monitoring   
 

Uses of ConfluenceCache in com.atlassian.confluence.cache
 

Subinterfaces of ConfluenceCache in com.atlassian.confluence.cache
 interface LockingCache<K,V>
          Interface that extends atlassian-cache to have locking semantics.
 interface ManagedLockingCache<K,V>
          Deprecated. since 5.7. Use LockingCache instead.
 

Classes in com.atlassian.confluence.cache that implement ConfluenceCache
 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.
 

Constructors in com.atlassian.confluence.cache with parameters of type ConfluenceCache
ConfluenceMonitoringCache(ConfluenceCache<K,V> cache, ConfluenceMonitoring confluenceMonitoring)
          Constructs a new instance.
 

Uses of ConfluenceCache in com.atlassian.confluence.cache.hazelcast.hibernate
 

Classes in com.atlassian.confluence.cache.hazelcast.hibernate that implement ConfluenceCache
 class HazelcastLockingCache<K,V>
          A delegating cache that allows you to lock and unlock on keys.
 

Uses of ConfluenceCache in com.atlassian.confluence.cache.hazelcast.monitoring
 

Classes in com.atlassian.confluence.cache.hazelcast.monitoring that implement ConfluenceCache
 class ConfluenceMonitoringLockingCache<K,V>
          Wrapper for monitoring the performance of Hazelcast locking caches.
 



Copyright © 2003–2015 Atlassian. All rights reserved.