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 |
Modifier and Type | Interface and Description |
---|---|
interface |
ClusterCacheCompactor
Marker interface for cluster-aware cache compactor
|
Modifier and Type | Class and Description |
---|---|
class |
NoopClusterCacheCompactor
A compactor that does nothing.
|
Modifier and Type | Class and Description |
---|---|
class |
EhCacheCompactor
Handles the process of compacting EHCache caches by forcing eviction of expired elements.
|
Modifier and Type | Class and Description |
---|---|
class |
HazelcastCacheCompactor
Clears Hazelcast caches that exceeded 2x of their maximum size.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheCompactorSupport
A partial implementation of
CacheCompactor . |
Copyright © 2003–2020 Atlassian. All rights reserved.