Esempio n. 1
0
 /// <summary>
 /// Clears the local web cache. This is asynchronous (the cache will be cleared in the background).
 /// </summary>
 public void ClearCache()
 {
     if (cache != null)
     {
         cache.RequestClear();
     }
 }