-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
One-to-many relationship: retrieve child object from cache #68
Comments
Sorry for the slow response, but a few things to check:
|
Thanks for your reply, Peter.
Yes, that's how I do.
Any details how do you deal with that? I'm concerning about cache consistency: let's say I iterate over my |
a blog post on this would be great, I also think it needs to be called out in the documentation. Now I know it it's obvious, but it took me a while to work out cache consistency was the issue. |
First of all, thanks for the library.
I have two models, both conform to
Model
protocol:I'm putting a group into the cache:
and then trying to take a person out of there:
However,
nil
is returned. Looks like we're unable to get child objects out of cache?The text was updated successfully, but these errors were encountered: