A DD4T.net Implementation - A Simple TTL Cache

In this post I'll talk about a very simple cache implementation for DD4T using the standard .NET System.Web.Caching.Cache class and that allows NULL cached values. The cache itself has no invalidation mechanism and it solely uses a Time-To-Live (TTL)... Read the full text.