コード例 #1
0
 public int GetCacheKeyCountNotStartingWith(string key)
 {
     return(_cacheRepository.GetCacheKeyCountNotStartingWith(key));
 }