Example #1
0
 public void DoCloseCache()
 {
     FwkInfo("DoCloseCache()  Closing cache and disconnecting from" +
             " distributed system.");
     CacheHelper <TKey, TVal> .Close();
 }