Take a look at my previous post for the details on a cache helper method that I like to use. In this post, we'll be putting it to work (the word for today is J - O - B). Here's a look at the code for reference. using System; using System.Reflection; using System.Web; using System.Web.Caching;...
Don't get me wrong, I really like the Asp.Net Cache (or HttpRuntime.Cache or Uncle Daddy if you want to call it that... you're a little odd aren't you?), but sometimes it just can't be trusted. I mean, I just gave you (the cache) my precious object a second ago and now you claim you don't...