public void SaveHash(string sourceFile, byte[] hash) { CreateCacheDirectoryIfNotExist(); File.WriteAllText(GetHashFile(sourceFile), CsUtility.ByteArrayToHex(hash), Encoding.ASCII); }