I wanted to ask you what is the best approach to implement a cache in C#? Is there a possibility by using given .NET classes or something like that? Perhaps something like a
If you are using .NET 4 or superior, you can use MemoryCache class.