在一个应用程序池中的所有应用程序中清除MemoryCache

时间:2018-03-26 14:48:34

标签: c# asp.net appdomain memorycache

一个池上有两个ASP.NET MVC应用程序,它们有两个不同的AppDomain

如何在池中的所有AppDomain上清除MemoryCache?

MemoryCache.Default.Remove(key)

此代码仅在一个AppDomain中清除缓存。

0 个答案:

没有答案