public static bool MarkAsUsed(string url, Hash128 hash) { return(Caching.INTERNAL_CALL_MarkAsUsed(url, ref hash)); }
internal static bool MarkAsUsed(string url, string name, Hash128 hash) { return(Caching.INTERNAL_CALL_MarkAsUsed(url, name, ref hash)); }