59 / 81 · Module 16 — Production Engineering and Observability · filtered: interview← prev⊞ allnext →
16.54Don't cache transactional state casually
Good candidate:
country reference data
Potentially bad candidate:
current available credit
current order status
if stale values create business problems.
Again, semantics first.