public bool Exists(string key)
 {
     return(cache.Exists(fixKey(key)));
 }