I'm trying to use WindowsAzure shared cache and the Increment operator of the DataCache class documented here: http://msdn.microsoft.com/en-us/library/windowsazure/jj160018.aspx.
The Microsoft.ApplicationServer.Caching.Client.dll I'm using came from the 1.7 nuget package for caching http://nuget.org/packages/WindowsAzure.Caching but I cannot find the increment method in that assembly.
Is the Increment method available in Azure and if it is what dll should I reference to access it?