Caching Data Operations Using Delegates
by Captain Database on Sep 19th in C#
Not too long ago, I had a situation where I wanted to enforce a caching policy on an SOA data model. While this is a pretty trivial alteration, it’s one of those situations where the code will only be as easy to maintain as it is generic. Luckily, insane levels of abstraction (among other things) [...]