Versions Compared

Key

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

Cache-Aside Pattern

Load data on demand into a cache from a data store

11850285.pngImage Added

CQRS Pattern

Segregate operations that read data from operations that update data by using separate interfaces.

6612533.pngImage Added

Event Sourcing

Use an append-only store to record the full series of events that describe actions taken on data in a domain.