Hi Josh
You should be able to activate the cache like this:
[RKObjectManager sharedManager].objectStore.cacheStrategy = [RKInMemoryManagedObjectCache new];
- (void)setObjectMapping:(RKObjectMappingDefinition *)objectMapping forResourcePathPattern:(NSString *)resourcePathPattern withFetchRequestBlock:(RKObjectMappingProviderFetchRequestBlock)fetchRequestBlock;