1

我正在尝试使用 WindowsAzure 共享缓存和此处记录的 DataCache 类的增量运算符:http: //msdn.microsoft.com/en-us/library/windowsazure/jj160018.aspx

我正在使用的 Microsoft.ApplicationServer.Caching.Client.dll 来自用于缓存http://nuget.org/packages/WindowsAzure.Caching的 1.7 nuget 包,但我在该程序集中找不到增量方法。

Azure 中是否提供 Increment 方法,如果它是我应该引用什么 dll 来访问它?

4

1 回答 1

3

我刚刚对其进行了测试,发现此功能已添加到 Windows Azure 缓存(预览版)中 - 具有专用或位于同一位置。因此,如果您决定将 Windows Azure Cache Preview 与您的 Web 或 Worker 角色一起使用在专用或共存模式下,您肯定可以使用此功能。如果您想了解 Windows Azure 共享缓存和 Windows Azure 缓存(预览版)之间的区别,请查看我的博客:Windows Azure 缓存(预览版)和 Windows Azure 共享缓存之间的区别

此功能不适用于 WindowsAzure 共享缓存。

于 2012-06-28T17:02:45.797 回答