Tagged Questions
0
votes
2answers
122 views
Clever caching using generics?
Are there any clever layers out there to sit on top of the System.Web.Caching.Cache class to handle simple scenarios to fetch items using generics.
I'd like to maybe provide a delegate function to ...