Background:
I maintain several Winforms apps and class libraries that either could or already do benefit from caching. I\'m also aware of the Cachi
I implemented a simple library named MemoryCacheT. It's on GitHub and NuGet. It basically stores items in a ConcurrentDictionary and you can specify expiration strategy when adding items. Any feedback, review, suggestion is welcome.