KCSCachePolicyLocalFirst - how do I know when network returns a result?
J
Jonathan Smith
started a topic
over 6 years ago
We're using a cached store, and querying with `KCSCachePolicyLocalFirst`. The policy description says that after the `local` query, "... the cache will be updated _silently_ in the background."
Is there a way to be notified of new results coming from the `network` query ? Any ideas how we respond to changes coming from network without making multiple requests?
Jonathan Smith
Is there a way to be notified of new results coming from the `network` query ? Any ideas how we respond to changes coming from network without making multiple requests?