Uses of Interface
com.atlassian.confluence.cache.CacheStatisticsManager
-
Packages that use CacheStatisticsManager Package Description 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.jmx com.atlassian.confluence.test.rpc -
-
Uses of CacheStatisticsManager in com.atlassian.confluence.cache.ehcache
Classes in com.atlassian.confluence.cache.ehcache that implement CacheStatisticsManager Modifier and Type Class Description class
EhCacheStatisticsManager
Provides CacheStatistics for EhCache. -
Uses of CacheStatisticsManager in com.atlassian.confluence.cache.hazelcast
Classes in com.atlassian.confluence.cache.hazelcast that implement CacheStatisticsManager Modifier and Type Class Description class
HazelcastStatisticsManager
Hazelcast Implementation ofCacheStatisticsManager
.Constructors in com.atlassian.confluence.cache.hazelcast with parameters of type CacheStatisticsManager Constructor Description HazelcastStatisticsManager(com.atlassian.cache.CacheManager cacheManager, FormatSettingsManager formatSettingsManager, I18NBeanFactory i18NBeanFactory, CacheStatisticsManager localCacheStatisticsManager, HazelcastHelper hazelcastHelper)
-
Uses of CacheStatisticsManager in com.atlassian.confluence.jmx
Constructors in com.atlassian.confluence.jmx with parameters of type CacheStatisticsManager Constructor Description JxmCacheStatisticsWrapper(CacheStatisticsManager cacheStatisticsManager)
-
Uses of CacheStatisticsManager in com.atlassian.confluence.test.rpc
Methods in com.atlassian.confluence.test.rpc with parameters of type CacheStatisticsManager Modifier and Type Method Description void
FuncTestRpcHandlerImpl. setCacheStatisticsManager(CacheStatisticsManager cacheStatisticsManager)
-