HP Anywhere API Reference
KeyValueStorageService Interface
Members  
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

Syntax
public interface KeyValueStorageService 
Since
HP Anywhere 10.02 and later
See Also

Reference

KeyValueStorageService Members
com.hp.btoaw.integration.service.keyvalue Package