Package-level declarations

Types

Link copied to clipboard

Generic data storage for storing and retrieving DataItem objects.

Link copied to clipboard
sealed class Expiry

This class describes the expiration time of a given resource. Some fixed values are available to tie the expiration to a given event. SESSION will expire upon the start of a new session being created UNTIL_RESTART will expire upon the next launch of the application FOREVER will not expire

Link copied to clipboard

The ModuleStoreProvider is responsible for registering and returning the DataStore instances required by individual modules

Link copied to clipboard

Exception indicating that an error has occurred during an update event, e.g. insert/update/delete

Link copied to clipboard

Defines the read-only methods of a DataStore.