示例#1
0
 public void Put(string key, TItem value)
 {
     _cachingStrategy.Put(key, value);
 }