/// <summary> /// Clears the cache. /// </summary> public void ClearCache() { CacheProvider.ClearCache(); }