UnityEngine.Caching.DeleteFromCache C# (CSharp) Method

DeleteFromCache() private method

private DeleteFromCache ( string url ) : bool
url string
return bool
        public static extern bool DeleteFromCache(string url);
        [MethodImpl(MethodImplOptions.InternalCall), Obsolete("This function is obsolete and will always return -1. Use IsVersionCached instead.")]