public interface KeyValueService
This service allows registration and access to KeyValueStore
s to store simple values associated to keys.
Modifier and Type | Method and Description |
---|---|
KeyValueStore |
getKeyValueStore(String name)
Gets the Key/Value store with the given name.
|
KeyValueStore getKeyValueStore(String name)
If the store is not found, the default store is returned.
name
- the store nameCopyright © 2018 Nuxeo. All rights reserved.