Uses of Interface
com.atlassian.confluence.impl.cache.whitelist.CacheOperationsWhitelistService
-
Packages that use CacheOperationsWhitelistService 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. -
-
Uses of CacheOperationsWhitelistService in com.atlassian.confluence.cache.ehcache
Constructors in com.atlassian.confluence.cache.ehcache with parameters of type CacheOperationsWhitelistService Constructor Description EhCacheManager(ConfluenceMonitoring confluenceMonitoring, com.atlassian.cache.CacheSettingsDefaultsProvider cacheSettingsDefaultsProvider, CacheOperationsWhitelistService cacheOperationsWhitelistService)
Deprecated, for removal: This API element is subject to removal in a future version.since 8.3 -
Uses of CacheOperationsWhitelistService in com.atlassian.confluence.cache.hazelcast
Constructors in com.atlassian.confluence.cache.hazelcast with parameters of type CacheOperationsWhitelistService Constructor Description ConfluenceHazelcastCacheManager(ConfluenceMonitoring confluenceMonitoring, com.atlassian.confluence.cache.hazelcast.HazelcastCacheManagerFactory delegateFactory, CacheOperationsWhitelistService operationsWhitelistService, HibernateManagedRegionCacheLookup hibernateManagedRegionCacheLookup)
Deprecated, for removal: This API element is subject to removal in a future version.since 8.3
-