Example #1
0
 public bool IsExisted(string key, string dataKey)
 {
     return(BaseMemoryCache.IsExisted(dataKey));
 }