Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleTable of Contents

Table of Contents

Use Cases

Cache of Full Download

The application takes a full download of the authoritative data and stores it in a local cache.  Access to the authoritative data is made through the cache.

...

  • Re-download and cache the entire set of authoritative data.  This does not identify what has changed.
  • Incremental downloads and update of the cache of just the data that has changed.


...

Cache of Labels in an Application

When the application makes a connection to authoritative data, the label is cached along with the URI to allow for quick display of the label in the UI.

...