コード例 #1
0
ファイル: LazyCacheExtensions.cs プロジェクト: yehuangcn/ccm
 public static void FullReload(this IAppCache cache)
 {
     cache.ClearRegisteredSips();
     cache.ResetLocationNetworks();
     cache.ResetSettings();
 }