/** <inheritDoc /> */
 public bool ContainsKeys(IEnumerable <TK> keys)
 {
     return(_cache.ContainsKeysAsync(keys).GetResult());
 }