Interface | Description |
---|---|
KeyValueStorageService | The KeyValueStorageService provides a Map like API, for storing and retrieving data by key.
It can be used by app to store arbitrary strings, with the option to specify expiration time (ttl) and access control ( scope) In addition, each key that is stored is associated with 'category'. It is suggested, but not enforced, that each app will use it's own category for handling its data. Note: the app should not concern itself with multi-tenancy , it is handled implicitly by the framework |