教程使用NSFileManager存储数据?

时间:2012-08-13 22:43:04

标签: objective-c cocoa-touch caching nsfilemanager

您好我正在寻找一些关于使用NSFileManager将数据存储在缓存等目录中的教程,我还没有找到一个好的例子。有关哪里可以找到一些的建议?谢谢。 PS。我知道还有核心数据,但目前我只是想为NSFileManager找到一个

1 个答案:

答案 0 :(得分:0)

  

我有一个应用程序,显示一些照片,我想缓存看到的照片,以便我不必重新下载已经查看过的照片

请参阅NSURLCache

课程概述:

NSURLCache implements the caching of responses to URL load
requests by mapping NSURLRequest objects to NSCachedURLResponse
objects. It is a composite of an in-memory and an on-disk cache.

Methods are provided to manipulate the sizes of each of these
caches as well as to control the path on disk to use for persistent
storage of cache data.