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.com.atlassian.confluence.impl.cache.whitelist -
-
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)
-
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)
-
Uses of CacheOperationsWhitelistService in com.atlassian.confluence.impl.cache.whitelist
Methods in com.atlassian.confluence.impl.cache.whitelist that return CacheOperationsWhitelistService Modifier and Type Method Description protected CacheOperationsWhitelistService
CacheOperationsWhitelistServiceFactoryBean. createInstance()
static CacheOperationsWhitelistService
CacheOperationsWhitelistService. noop()
Creates aCacheOperationsWhitelistService
implementation that just returns the original caches unwrapped.
-