我在 asp.net 中使用了以下方法来检索所有缓存(然后我根据正则表达式模式删除了一些缓存)。
IDictionaryEnumerator caches = HttpContext.Current.Cache.GetEnumerator();
我找到了 GetObjects*,但它们仅在 Windows Sever AppFabric 中可用。
Windows Azure AppFabric 缓存中是否有任何等价物?
我在 asp.net 中使用了以下方法来检索所有缓存(然后我根据正则表达式模式删除了一些缓存)。
IDictionaryEnumerator caches = HttpContext.Current.Cache.GetEnumerator();
我找到了 GetObjects*,但它们仅在 Windows Sever AppFabric 中可用。
Windows Azure AppFabric 缓存中是否有任何等价物?
借助最新版本的 Windows Azure 缓存(预览版)和 Windows Azure SDK 1.7,您拥有本地 Windows AppFabric 缓存产品中可用的所有功能。
如:通知、区域、标签、高可用性等。
除了计算成本之外,Windows Azure 缓存(预览版)没有任何额外成本。
请查看http://msdn.microsoft.com/en-us/library/windowsazure/hh914153.aspx了解更多详情。