After reading every post in the forum, it seems i am still not sure how to properly implement the SQL Cache Dependency using llblgen with SelfServing.
I have a Business Layer that uses HttpRuntime.Cache so I am trying to figure out the best way to utilize llblgen to notify the cache of invalid chances when a entity is saved.
I guess in short, I would like someone who has done this or thought about this to recommend on exactly what they think is the best approach on achieving my goal.
basic scenario is, I cache a entity.. all works well, then data of this entity is changed which invalidates the cache, and I would like to some how notify the cache to re-get the entity.
I guess this is where i am not sure what the best approach would be.
I am using sql server 2005 as the db.