mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-02 22:42:45 +08:00
There are some issues with the current implementation of the RKInMemoryMappingCache that are allowing the creation of duplicated objects. This commit switches the default cacheStrategy to RKFetchRequestMappingCache. The primary key branch (#613) contains architecture improvements that allow for a robust fix to the issues in the memory based cache.