有哪位知道怎么缓存吗?分不够可以加,谢谢了

解决方案 »

  1.   

    An application uses the CreateUrlCacheEntry and CommitUrlCacheEntry functions to create a cache entry. CreateUrlCacheEntry accepts the URL, expected file size, and file extension. The function then creates a local file name for saving the cache entry corresponding to the URL and file extension. Using the local file name, write the data into the local file using standard C/C++ functions or Windows functions. After the data has been written to the local file, the application should call CommitUrlCacheEntry. CommitUrlCacheEntry accepts the URL, local file name, expire and last modified times, cache entry type, header data and header data size, and file extension. The function then caches data in the file specified in the cache storage and associates it with the given URL