Start a new topic

KCSCachePolicyLocalFirst - how do I know when network returns a result?

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?

Use `KCSCachePolicyBoth`
Thanks Mike!
Login or Signup to post a comment