Caching in C#/.Net

If you are using .NET 4 or superior, you can use MemoryCache class.

Leave a Comment