Exemple #1
0
 public void predicate_exists()
 {
     cache.Fill(Key, 42);
     cache.Exists(i => i == 42).ShouldBeTrue();
 }