All Classes and Interfaces

Class
Description
Partial implementation of StorageService that stores data in-memory with no persistence using a simple map.
Abstract base class for StorageService implementations.
Support class that reads and writes fields decorated with storage annotations.
Identifies the field of a class that serves as the context of a StorageService record.
An extended StorageService able to enumerate the keys in a context.
Identifies the field of a class that serves as the expiration of a StorageService record.
Identifies the field of a class that serves as the key of a StorageService record.
Exposes mutation of StorageRecord properties.
Interface to a component that checks for replay of a value.
Interface to a cache that tracks revoked information.
Exposes capabilities of a StorageService implementation.
Represents a versioned record in a StorageService.
Interface to a serialization/deserialization process used by a StorageService implementation to optimize the handling of complex objects.
Generic data storage facility.
Identifies the field of a class that serves as the value of a StorageService record.
Exception indicating a version mismatch when updating a storage record.