예제 #1
0
 public void get_all_keys()
 {
     cache.Fill(Key, 42);
     cache.Count().ShouldBe(1);
     cache.Has(Key).ShouldBeTrue();
 }