KeyValueStorageInterface
Props
delKeyValueItem
var delKeyValueItem: Deletes the specified key-value pair from the storage.
getKeyValueItem
var getKeyValueItem: Gets the specified key-value pair from the storage.
getKeyValueItems
var getKeyValueItems: Gets all the key-value pairs in which the keys begin with a pattern.
getKeyValueKeys
var getKeyValueKeys: Gets all the keys of key-value pairs.
setKeyValueItem
var setKeyValueItem: Creates or updates a key-value pair. If an existing key is passed, the method returns the existing item and changes the value if needed. The keys should be unique within a Voximplant application.