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.
Good candidate:
country reference data
Potentially bad candidate:
current available credit
current order status
if stale values create business problems.
Again, semantics first.