Thread-safe cache libraries for .NET

后端 未结 4 805
一整个雨季
一整个雨季 2020-12-02 07:02

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

4条回答
  •  盖世英雄少女心
    2020-12-02 07:47

    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.

提交回复
热议问题