Uses of Class
com.atlassian.confluence.cache.CacheManagerSupport

Packages that use CacheManagerSupport
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   
 

Uses of CacheManagerSupport in com.atlassian.confluence.cache
 

Subclasses of CacheManagerSupport in com.atlassian.confluence.cache
 class SwitchingCacheManager
          A CacheManager implementation which delegates to one of three other CacheManagers, one for local caches, one for distributed caches, and one for hybrid caches.
 

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

Subclasses of CacheManagerSupport in com.atlassian.confluence.cache.hazelcast
 class AbstractHazelcastCacheManager<C extends ManagedLockingCache,R extends CachedReference>
          An abstract base class for CacheManager implementations that use Hazelcast.
 class HazelcastDistributedCacheManager
          Hazelcast implementation of CacheManager that uses distributed caches, i.e.
 

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

Subclasses of CacheManagerSupport in com.atlassian.confluence.cache.hazelcast.hybrid
 class HazelcastHybridCacheManager
          A CacheManager which uses Hazelcast and a delagate local-cache manager to implement the "hybrid cache model"
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.