Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不清楚如何使用 RESTKit 0.2 API 来设置缓存策略。我每次打开应用程序时都会重新运行一个请求,但我希望它被缓存。如何将缓存策略设置为始终缓存请求?
更新 我了解到 RestKit 会自动缓存 Core Data 支持的映射。
缓存由RKObjectRequestOperation类控制。检查文档的“缓存”部分。