Beispiel #1
0
 public DictionaryItem GetItemById(Guid id)
 {
     return(memcacheStorage.GetItemById(id));
 }