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

Centralized Object Caching #4

Open
terraframe opened this issue Nov 9, 2015 · 0 comments
Open

Centralized Object Caching #4

terraframe opened this issue Nov 9, 2015 · 0 comments

Comments

@terraframe
Copy link
Collaborator

The transaction cache has issues with getting out of sync with any dangling user object references. If an object in the transaction cache is serialized and then deserialized, then the object reference to the outside user's reference is now different, causing the transaction cache's object to be updated correctly, but then any dangling references that the user may have are then out of date.

Planning:

  • Proxy objects that reference the transaction 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

0 participants