|
|
|
|
|
by potato-peeler
23 days ago
|
|
> This pattern is particularly useful in scenarios where caching isn't suitable or when the results are expected to change frequently Any suitable examples? In the linked posts it gives querying weather service as an example but still uses a cache. Even with a normal concurrent request to a single function, a caching layer can be added before it makes any external request. Or am I misunderstanding this use case? |
|