Package org.nuxeo.runtime.kv
Interface KeyValueService
- All Known Implementing Classes:
KeyValueServiceImpl
public interface KeyValueService
Key/Value Service.
This service allows registration and access to KeyValueStore
s to store simple values associated to keys.
- Since:
- 9.1
-
Method Summary
Modifier and TypeMethodDescriptiongetKeyValueStore
(String name) Gets the Key/Value store with the given name.
-
Method Details
-
getKeyValueStore
Gets the Key/Value store with the given name.If the store is not found, the default store is returned.
- Parameters:
name
- the store name- Returns:
- the store with the given name, or the default store
-