public object Get(string key) { return(Caching.Get(key)); }
public void Remove(string key) { Caching.Remove(key); }