Okay I'm using version 3.0 and this Achievement still does not pop. What's the deal!!!
Using Azure SDK October 2012 and here is my code
DataCache cache = new DataCache("default");
cache.Add("item", "value");
var value = cache.Get("item");
cache.Remove("item");
The code works.
PLEASE HELP!!!