.NET 4 Caching Support

后端 未结 5 686
借酒劲吻你
借酒劲吻你 2020-12-03 04:51

I understand the .NET 4 Framework has caching support built into it. Does anyone have any experience with this, or could provide good resources to learn more about this?

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-03 05:25

    I assume you are getting at this, System.Runtime.Caching, similar to the System.Web.Caching and in a more general namespace.

    See http://deanhume.com/Home/BlogPost/object-caching----net-4/37

    and on the stack,

    is-there-some-sort-of-cachedependency-in-system-runtime-caching and,

    performance-of-system-runtime-caching.

    Could be useful.

提交回复
热议问题