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

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

Uses of CacheCompactor in com.atlassian.confluence.cache
 

Subinterfaces of CacheCompactor in com.atlassian.confluence.cache
 interface ClusterCacheCompactor
          Marker interface for cluster-aware cache compactor
 

Classes in com.atlassian.confluence.cache that implement CacheCompactor
 class NoopClusterCacheCompactor
          A compactor that does nothing.
 

Methods in com.atlassian.confluence.cache with parameters of type CacheCompactor
 void CacheCompactionJob.setCompactor(CacheCompactor compactor)
           
 

Uses of CacheCompactor in com.atlassian.confluence.cache.ehcache
 

Classes in com.atlassian.confluence.cache.ehcache that implement CacheCompactor
 class EhCacheCompactor
          Handles the process of compacting EHCache caches by forcing eviction of expired elements.
 

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

Classes in com.atlassian.confluence.cache.hazelcast that implement CacheCompactor
 class HazelcastCacheCompactor
          Clears Hazelcast caches that are misbehaving and have exceeded their maximum size.
 



Copyright © 2003–2015 Atlassian. All rights reserved.