Memcached for C# - A Walkthrough(deanhume.com)
submitted by
deanomachino(764) 7 months, 28 days ago
A while ago I wrote about Object caching in .NET 4. I think that the Object Caching in .NET 4 is a great tool to use for caching and literally takes minutes to get up and running. However, one of the downsides of using the System.Runtime.Caching in .NET 4 is that every time your application pool recycles in IIS, you lose the objects in cache. The same happens if you make a change to your web.config or redeploy your application.
|category: C#
|Views: 315
tags:
C# another
Everyones tags:
Your Tags: