I'm in the process of moving some code over to using the DNN DataCache. I have some Async tasks collecting data from web services which I cache with the HttpContext.Current.Cache.Add once the task async task is complete and only run the async tasks if the cache object does not exist in the cache.
Does anybody have an example of getting data into the cache asynchronously? I can see how I can get something into the DNN DataCache without it being a call back function of GetCachedObject.