Skip to content

Fixed inefficient cache usage. #694

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

Merged
merged 2 commits into from
Feb 21, 2020
Merged

Fixed inefficient cache usage. #694

merged 2 commits into from
Feb 21, 2020

Conversation

bart-degreed
Copy link
Contributor

By turning constant expressions (whose value comes from query string) into parameters, the parsed query can be reused for varying query string parameters.

Fixes #450.

By turning constant expressions (whose value comes from query string) into parameters, the parsed query can be reused for varying query string parameters.
@bart-degreed
Copy link
Contributor Author

Additional locations where Expression.Constant is used:

@maurei maurei merged commit ec5f8d5 into json-api-dotnet:master Feb 21, 2020
@bart-degreed bart-degreed deleted the cache-reuse branch February 21, 2020 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

EFCore based Memory Leak
2 participants