public int GetCacheKeyCountStartingWith(string key)
 {
     return(_cacheRepository.GetCacheKeyCountStartingWith(key));
 }