Class UiSettingsStateManagerImpl
java.lang.Object
com.atlassian.jira.config.properties.UiSettingsStateManagerImpl
- All Implemented Interfaces:
UiSettingsStateManager
-
Constructor Summary
ConstructorsConstructorDescriptionUiSettingsStateManagerImpl
(ApplicationProperties applicationProperties, com.atlassian.cache.CacheManager cacheManager) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Invalidates the current hash.
-
Constructor Details
-
UiSettingsStateManagerImpl
public UiSettingsStateManagerImpl(ApplicationProperties applicationProperties, com.atlassian.cache.CacheManager cacheManager)
-
-
Method Details
-
getStateHash
- Specified by:
getStateHash
in interfaceUiSettingsStateManager
- Returns:
- the current hash.
-
invalidateStateHash
public void invalidateStateHash()Description copied from interface:UiSettingsStateManager
Invalidates the current hash. The next call toUiSettingsStateManager.getStateHash()
will trigger a recalculation.- Specified by:
invalidateStateHash
in interfaceUiSettingsStateManager
-