Uses of Interface
com.atlassian.confluence.cache.ehcache.EhCacheConfigStore
-
Packages that use EhCacheConfigStore Package Description com.atlassian.confluence.cache.ehcache com.atlassian.confluence.cache.ehcache.config.migration -
-
Uses of EhCacheConfigStore in com.atlassian.confluence.cache.ehcache
Classes in com.atlassian.confluence.cache.ehcache that implement EhCacheConfigStore Modifier and Type Class Description classEhCacheConfigFileStoreA file-based store of EhCache config information.Constructors in com.atlassian.confluence.cache.ehcache with parameters of type EhCacheConfigStore Constructor Description EhCacheConfigManager(EhCacheConfigStore ehCacheConfigStore, EhCacheManager ehCacheManager) -
Uses of EhCacheConfigStore in com.atlassian.confluence.cache.ehcache.config.migration
Constructors in com.atlassian.confluence.cache.ehcache.config.migration with parameters of type EhCacheConfigStore Constructor Description EhCacheConfigMigrator(BootstrapManager bootstrapManager, EhCacheConfigStore ehCacheConfigStore)
-