コード例 #1
0
 public static bool ClearCache(int expiration)
 {
     return(Caching.ClearCache_Int(expiration));
 }