Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 4 Next »

Problem

  • Repeated access to info held in a data store.

  • Cached data to be consistent with data in the data store.

Solution

  • Caching systems provide read-through and write-through/write-behind operations.

  • No labels