Class DefaultCacheSettingsManager

    • Method Detail

      • afterPropertiesSet

        @Deprecated
        public void afterPropertiesSet()
        Deprecated.
        since 7.12
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      • saveSettings

        public boolean saveSettings()
        Description copied from interface: CacheSettingsManager
        Persists all changes made so far by update* methods.

        Specified by:
        saveSettings in interface CacheSettingsManager
        Returns:
        true if changes were persisted successfully
      • getDefaults

        @Nonnull
        public com.atlassian.cache.CacheSettings getDefaults​(@Nonnull
                                                             String cacheName)
        Specified by:
        getDefaults in interface com.atlassian.cache.CacheSettingsDefaultsProvider