Uses of Interface
com.atlassian.confluence.cache.CacheCompactor
-
Packages that use CacheCompactor Package Description 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.com.atlassian.confluence.impl.cache -
-
Uses of CacheCompactor in com.atlassian.confluence.cache
Subinterfaces of CacheCompactor in com.atlassian.confluence.cache Modifier and Type Interface Description interface
ClusterCacheCompactor
Marker interface for cluster-aware cache compactorClasses in com.atlassian.confluence.cache that implement CacheCompactor Modifier and Type Class Description class
NoopClusterCacheCompactor
A compactor that does nothing. -
Uses of CacheCompactor in com.atlassian.confluence.cache.ehcache
Classes in com.atlassian.confluence.cache.ehcache that implement CacheCompactor Modifier and Type Class Description 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 Modifier and Type Class Description class
HazelcastCacheCompactor
Clears Hazelcast caches that exceeded 2x of their maximum size. -
Uses of CacheCompactor in com.atlassian.confluence.impl.cache
Classes in com.atlassian.confluence.impl.cache that implement CacheCompactor Modifier and Type Class Description class
CacheCompactorSupport
A partial implementation ofCacheCompactor
.
-