Caching for .NET (not in websites)

后端 未结 4 1761
你的背包
你的背包 2021-01-02 23:19

I need a cache that responds to memory pressure like the one build-into ASP.NET. I\'m not using a web site, however, I\'m building a Windows Service.

Any suggestions

4条回答
  •  無奈伤痛
    2021-01-02 23:59

    • Caching Application Block from Microsoft Paterns & Practices.
    • Project Velocity from Microsoft.

提交回复
热议问题