Cache and DB Triggers
387865Mar 28 2004 — edited Apr 7 2004What is the best approach to caching if I expect data base triggers to often change the data on the back end?
Also a similar scenario but two seperate systems updating data in database independently.
Thanks.
p.s. SoftCacheWeakIdentity does not support this situation really well even if I disable cache hits on certain object that I expect to change frequently, mainly due to number of Privately Owned relationships.