示例#1
0
 public void Shutdown()
 {
     if (Cache != null)
     {
         Cache.Shutdown();
     }
     Database.Shutdown();
 }