public static void RemoveAllCache() { MemoryCache.RemoveAll(); }
public static void RemoveCache(string key) { MemoryCache.Remove(key); }