INTERNAL_CALL_IsVersionCached() private method

private INTERNAL_CALL_IsVersionCached ( string url, Hash128 &hash ) : bool
url string
hash Hash128
return bool
コード例 #1
0
 public static bool IsVersionCached(string url, Hash128 hash)
 {
     return(Caching.INTERNAL_CALL_IsVersionCached(url, ref hash));
 }