mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-23 20:31:13 +08:00
Introduced new system for handling object cacheing of resourcePaths
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// OTManagedModel.m
|
||||
// RKManagedModel.m
|
||||
// RestKit
|
||||
//
|
||||
// Created by Blake Watters on 8/14/09.
|
||||
@@ -69,6 +69,17 @@
|
||||
return [self collectionWithPredicate:nil];
|
||||
}
|
||||
|
||||
#pragma mark -
|
||||
#pragma mark Object Cacheing
|
||||
|
||||
+ (NSArray*)objectsForResourcePath:(NSString*)resourcePath {
|
||||
return nil;
|
||||
}
|
||||
|
||||
+ (RKManagedModel*)objectForResourcePath:(NSString*)resourcePath {
|
||||
return nil;
|
||||
}
|
||||
|
||||
#pragma mark -
|
||||
#pragma mark RKModelMappable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user