Interface FeatureControlCache
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
SimpleMemoryFeatureCache
This is the repository that will hold the runtime state for features
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetAll()voidinit(Map<String, FeatureControl> featureControls) voidupdate(String key, FeatureControl featureControl)
-
Method Details
-
init
-
get
-
getAll
Map<String, FeatureControl> getAll() -
update
-
delete
-