I am concerned about how and when to check for conditions that warrant invalidating data in the cache.
I'm thinking in terms of e-commerce product listing or user-profile information.
Should this be done with a separate service that runs periodically that checks for old or changed data?
Should we rely on database triggers to let us know when updates or inserts occur?
Thanks