Skip to content

Example: Stock quotes

Esta Nagy edited this page Feb 11, 2023 · 2 revisions

In this example, we are dealing with the use case when our application allows users to track a watchlist of stocks regularly. As we cannot expect each user to have the same watchlist, we cannot expect that a cache of bulk requests would be very effective. At the same time, we know, that we could easily cache the majority of the stocks we have in our database, so using a single stock based caching can make sense.

The origin service can be found named StockService.

The rest of the Cache-Only integration consists of the following items: