Switch default cacheStrategy to RKFetchRequestManagedObjectCache. closes #660

This commit is contained in:
Blake Watters
2012-04-10 15:16:28 -04:00
parent 386c7aea6d
commit 0d80bc3744

View File

@@ -136,7 +136,7 @@ static RKManagedObjectStore *defaultObjectStore = nil;
[self createPersistentStoreCoordinator];
self.primaryManagedObjectContext = [self newManagedObjectContext];
_cacheStrategy = [RKInMemoryManagedObjectCache new];
_cacheStrategy = [RKFetchRequestManagedObjectCache new];
// Ensure there is a search word observer
[RKSearchWordObserver sharedObserver];