Interface SettingsStore
- All Known Implementing Classes:
DbSettingsStore
,InMemorySettingsStore
public interface SettingsStore
-
Method Summary
Modifier and TypeMethodDescriptiongetSetting
(String key) void
setSetting
(String key, String value)
-
Method Details
-
getSetting
-
setSetting
-