示例#1
0
 public static void EnsureServerIsPrepared()
 {
     if (!ReadyForRouting)
     {
         RoutingTableSerializer.RestoreDataFromCache();
     }
 }
示例#2
0
 static void RestoreDataFromCache()
 {
     RoutingTableSerializer.RestoreDataFromCache();
 }
示例#3
0
 static void UpdateCache()
 {
     RoutingTableSerializer.UpdateCache();
 }