示例#1
0
 public void get_all_keys()
 {
     cache.Fill(Key, 42);
     cache.GetAllKeys().ShouldHaveCount(1).ShouldContain(Key);
 }