Package io.jmix.flowuidata.settings
Class UserSettingsCacheImpl
java.lang.Object
io.jmix.flowuidata.settings.UserSettingsCacheImpl
- All Implemented Interfaces:
- UserSettingsCache
@Component("flowui_UserSettingsCacheImpl")
public class UserSettingsCacheImpl
extends Object
implements UserSettingsCache
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
ATTRIBUTE_NAME- See Also:
 
- 
userSettingsService
 
- 
- 
Constructor Details- 
UserSettingsCacheImpl
 
- 
- 
Method Details- 
get- Specified by:
- getin interface- UserSettingsCache
- Parameters:
- key- setting identifier
- Returns:
- setting from cache or if cache does not contain setting, loads it from store
 
- 
putDescription copied from interface:UserSettingsCacheAdds a value associated with a key to the cache and store.- Specified by:
- putin interface- UserSettingsCache
- Parameters:
- key- setting identifier
- value- setting value
 
- 
deleteDescription copied from interface:UserSettingsCacheDeletes setting from cache and store.- Specified by:
- deletein interface- UserSettingsCache
- Parameters:
- key- setting identifier
 
- 
clearpublic void clear()Description copied from interface:UserSettingsCacheClears cache.- Specified by:
- clearin interface- UserSettingsCache
 
- 
getCache
 
-