Exemple #1
0
 ///<summary>Fills the local cache with the passed in DataTable.</summary>
 public static void FillCacheFromTable(DataTable table)
 {
     //No need to check RemotingRole; no call to db.
     _siteCache.FillCacheFromTable(table);
 }