Example #1
0
 public int CountStartingWith(Key key)
 {
     return(_retryStrategy.ExecuteFuncWithRetry(
                () => StoreProvider.CountStartingWith(key)));
 }