You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect to get the cache from the return value rather than in a block
Is there an alternative way to implement that makes it can return cache value directly?
+1 for this. In our case, we orchestrate background jobs using Rx observables so it would be useful to also have sync methods to access the cache. Having to deal explicitly with GCD queues forced us to do some little hacks that we'd like to avoid
I expect to get the cache from the return value rather than in a block
Is there an alternative way to implement that makes it can return cache value directly?
The text was updated successfully, but these errors were encountered: