public interface FeatureControlCache extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String key) |
FeatureControl |
get(String key) |
Map<String,FeatureControl> |
getAll() |
void |
init(Map<String,FeatureControl> featureControls) |
void |
update(String key,
FeatureControl featureControl) |
void init(Map<String,FeatureControl> featureControls)
FeatureControl get(String key)
Map<String,FeatureControl> getAll()
void update(String key, FeatureControl featureControl)
void delete(String key)
Copyright © 2017. All rights reserved.