public static void Reload(CacheKey key)
 {
     ServerCache.Reload(key);
 }
 public static void ClearCache()
 {
     ServerCache.ClearCache();
 }