bool IsExistCacheRes(uint crc) { if (resCacheDic.ContainsKey(crc) || noRefResCache.IsExist(crc)) { return(true); } return(false); }