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

Packages that use ConfigurableCache
com.atlassian.confluence.cache   
com.atlassian.confluence.cache.hazelcast Provides the classes for a Hazelcast implementation to support Confluence clustering, including caching, locks and events. 
com.atlassian.confluence.cache.hazelcast.hybrid   
com.atlassian.confluence.cache.hazelcast.monitoring   
 

Uses of ConfigurableCache in com.atlassian.confluence.cache
 

Classes in com.atlassian.confluence.cache that implement ConfigurableCache
 class ConfluenceMonitoringCache<K,V>
          A wrapper for monitoring the performance of Confluence caches.
 

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

Uses of ConfigurableCache in com.atlassian.confluence.cache.hazelcast
 

Subinterfaces of ConfigurableCache in com.atlassian.confluence.cache.hazelcast
 interface ConfigurableManagedLockingCache<K,V>
          Deprecated. @since 5.5.1 please use ManagedLockingCache instead
 

Classes in com.atlassian.confluence.cache.hazelcast that implement ConfigurableCache
 class AbstractHazelcastCache<K,V>
          Common behaviour for Hazelcast based caches.
 class ConfluenceHazelcastCache<K,V>
          Implementation of ConfigurableCache and ManagedCache that wraps a Hazelcast IMap.
 

Uses of ConfigurableCache in com.atlassian.confluence.cache.hazelcast.hybrid
 

Classes in com.atlassian.confluence.cache.hazelcast.hybrid that implement ConfigurableCache
 class ConfluenceHybridCache<K,V>
          Implementation of ConfigurableCache and ManagedCache that can be used when the cached values do not implement Serializable but cache invalidation must work cluster-wide.
 

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

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

Constructors in com.atlassian.confluence.cache.hazelcast.monitoring with parameters of type ConfigurableCache
ConfluenceMonitoringLockingCache(ConfigurableCache<K,V> cache, ManagedLockingCache<K,V> managedLockingCache, ConfluenceMonitoring confluenceMonitoring)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.