开发者

Is the new System.Runtime.Caching.MemoryCache class per session or per application?

开发者 https://www.devze.com 2023-01-29 12:47 出处:网络
I know System.Web.Caching.Cache is per application, is the new Syst开发者_如何学Cem.Runtime.Caching.MemoryCache class in .net 4.0 per session or per application?

I know System.Web.Caching.Cache is per application, is the new Syst开发者_如何学Cem.Runtime.Caching.MemoryCache class in .net 4.0 per session or per application?

Is there any way to do cache per session without using the session variable?


Given that the new class is designed for .NET apps that not ASP.NET apps, that it would be per application.

0

精彩评论

暂无评论...
验证码 换一张
取 消