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
ConstructorsConstructorDescriptionEhCacheSettingsDefaultsProvider
(com.atlassian.cache.CacheSettingsDefaultsProvider cacheSettingsDefaultsProvider, EhCacheManagementConfig ehCacheManagementConfig) -
Method Summary
Modifier and TypeMethodDescription@NonNull com.atlassian.cache.CacheSettings
getDefaults
(@NonNull String name)
-
Constructor Details
-
EhCacheSettingsDefaultsProvider
public EhCacheSettingsDefaultsProvider(com.atlassian.cache.CacheSettingsDefaultsProvider cacheSettingsDefaultsProvider, EhCacheManagementConfig ehCacheManagementConfig)
-
-
Method Details
-
getDefaults
- Specified by:
getDefaults
in interfacecom.atlassian.cache.CacheSettingsDefaultsProvider
-