Applicasa.FileCache.GetCachedData C# (CSharp) Method

GetCachedData() public static method

public static GetCachedData ( string url, GetFileData callback ) : void
url string
callback GetFileData
return void
        public static void GetCachedData(string url, GetFileData callback)
        {
            ApplicasaGetCachedData(url, callback);
        }