| Interface | Description |
|---|---|
| VersionedDataSource<T extends VersionedDataUpdate> |
VersionedDataSource establishes a way for sources of some data to version their content, to allow
caching and incremental updates. |
| Class | Description |
|---|---|
| DataVersion |
DataVersion is used to identify whether some content has changed and to
support incremental updates. |
| VersionedDataUpdate |
Base class for versioned updates.
|
Copyright © 2018 ALM Works. All Rights Reserved.