Example #1
0
 public static void RefreshAllPublishedSnapshot(this DistributedCache dc)
 {
     // note: refresh all content & media caches does refresh content types too
     dc.RefreshAllContentCache();
     dc.RefreshAllMediaCache();
     dc.RefreshAllDomainCache();
 }