RKFetchRequestManagedObjectCache Class Reference
Inherits from | NSObject |
Conforms to | RKManagedObjectCaching |
Declared in | RKFetchRequestManagedObjectCache.h |
Overview
Provides a simple managed object cache strategy in which every request for an object is satisfied by dispatching an NSFetchRequest against the Core Data persistent store. Performance can be disappointing for data sets with a large amount of redundant data being mapped and connected together, but the memory footprint stays flat.