Exemplo n.º 1
0
 bool IsExistCacheRes(uint crc)
 {
     if (resCacheDic.ContainsKey(crc) || noRefResCache.IsExist(crc))
     {
         return(true);
     }
     return(false);
 }