Uses of Interface
com.atlassian.confluence.cache.CacheConfigManager
Packages that use CacheConfigManager
Package
Description
These REST resources are replacements for admin-level functest RPC calls and should only
be run by a sys-admin in a websudo session.
-
Uses of CacheConfigManager in com.atlassian.confluence.cache
Classes in com.atlassian.confluence.cache that implement CacheConfigManager -
Uses of CacheConfigManager in com.atlassian.confluence.cache.ehcache
Classes in com.atlassian.confluence.cache.ehcache that implement CacheConfigManagerModifier and TypeClassDescriptionclassClass that allows Confluence's ehcache configuration to be modified programmatically. -
Uses of CacheConfigManager in com.atlassian.confluence.functest.rest.admin
Constructors in com.atlassian.confluence.functest.rest.admin with parameters of type CacheConfigManagerModifierConstructorDescriptionCacheResource(com.atlassian.cache.CacheManager cacheManager, CacheConfigManager cacheConfigManager) -
Uses of CacheConfigManager in com.atlassian.confluence.impl.cache
Classes in com.atlassian.confluence.impl.cache that implement CacheConfigManagerModifier and TypeClassDescriptionclassA partial implementation ofCacheManager, which tries to smooth over the implementation horror show that isAbstractCacheManager, by taking care of the lifecycle concerns of weakly-referencedManagedCacheinstances.