Skip to content
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

Create private collection that tracks all ids of parent #392

Open
kentmw opened this issue Sep 17, 2018 · 0 comments
Open

Create private collection that tracks all ids of parent #392

kentmw opened this issue Sep 17, 2018 · 0 comments

Comments

@kentmw
Copy link
Contributor

kentmw commented Sep 17, 2018

In some cases, a cache is treated less like a union-based collection for all private collections and instead like a collection of all elements from the server.
In this case, if I just want to own, sort, or manipulate in some way the cache itself without affecting other areas of the code, I'd want to create a private collection that always has the same elements as the cache itself. I believe right now I have to manage a private collection manually to track all the current ids of the cache.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant