예제 #1
0
 public bool Contains(byte type, string id)
 {
     return(ItemCache.Contains(type, id));
 }