I've been working on a project which performs a background fetch of large amounts of data. I'm using the ARC branch of AFCache but it seems like if the app is terminated after the fetch and before the app ever enters the foreground, then the cache store is not updated.
Is there a method in the library to force a save of the cache data?