com.hp.btoaw.integration.service.keyvalue Package : KeyValueStorageService Interface |
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
public interface KeyValueStorageService |