appfabric cache clear all objects

Viewed 9231

Is there a suggested method to just clear out all the objects in a DataCache ?

I could use the DataCache.GetObjectsByAllTags method but that required a region, which i cant use since i need to share objects among multiple cache hosts.

4 Answers
Related