当前位置: 代码迷 >> C# >> System.Web.Cache跟 Microsoft.ApplicationServer.Caching.DataCache区别
  详细解决方案

System.Web.Cache跟 Microsoft.ApplicationServer.Caching.DataCache区别

热度:71   发布时间:2016-05-05 04:28:12.0
System.Web.Cache和 Microsoft.ApplicationServer.Caching.DataCache区别
请问这2个有什么区别?
我以前只知道第一个;
看到以前做得WPF的项目里面用到了第2个,因为项目用到了Postsharp组件,自定义了CacheAttribute特性,
加在方法前,我看最终使用的就是 Microsoft.ApplicationServer.Caching.DataCache来保存数据的。
------解决思路----------------------
应该是分布式缓存吧
  相关解决方案