Skip to content
Discussion options

You must be logged in to vote

Wouldn't this cause a concurrency issue, where multiple users could have access to the object graph at the same time, potentially with the context switching out from underneath them as they interact with the graph?

I think the best way to cache an object graph is to cache the serialized byte array, and deserialize it on request for each user.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@swegele
Comment options

swegele Nov 29, 2023
Collaborator Author

@rockfordlhotka
Comment options

@swegele
Comment options

swegele Nov 29, 2023
Collaborator Author

Answer selected by swegele
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants