Class EhCacheSettingsDefaultsProvider
- java.lang.Object
-
- com.atlassian.confluence.cache.ehcache.EhCacheSettingsDefaultsProvider
-
- All Implemented Interfaces:
com.atlassian.cache.CacheSettingsDefaultsProvider
public class EhCacheSettingsDefaultsProvider extends Object implements com.atlassian.cache.CacheSettingsDefaultsProvider
Defaults provider to tell atlassian-cache that all ehcache caches should be local
-
-
Constructor Summary
Constructors Constructor Description EhCacheSettingsDefaultsProvider(com.atlassian.cache.CacheSettingsDefaultsProvider cacheSettingsDefaultsProvider, EhCacheManagementConfig ehCacheManagementConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NonNull com.atlassian.cache.CacheSettings
getDefaults(@NonNull String name)
-
-
-
Constructor Detail
-
EhCacheSettingsDefaultsProvider
public EhCacheSettingsDefaultsProvider(com.atlassian.cache.CacheSettingsDefaultsProvider cacheSettingsDefaultsProvider, EhCacheManagementConfig ehCacheManagementConfig)
-
-
Method Detail
-
getDefaults
public @NonNull com.atlassian.cache.CacheSettings getDefaults(@NonNull String name)
- Specified by:
getDefaults
in interfacecom.atlassian.cache.CacheSettingsDefaultsProvider
-
-