Skip to content

lwcapi: update expression cache behavior #1777

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 1 commit into from
May 28, 2025

Conversation

brharrington
Copy link
Contributor

Before it would cache for 10s and then re-encode the next time a key was fetched. This could result in many requests waiting for the encode to complete on the next access after expiration. Now it will always return the cached copy if available and refresh them in the background.

Before it would cache for 10s and then re-encode the next
time a key was fetched. This could result in many requests
waiting for the encode to complete on the next access after
expiration. Now it will always return the cached copy if
available and refresh them in the background.
@brharrington brharrington added this to the 1.8.0 milestone May 28, 2025
@brharrington brharrington merged commit 02d5d7e into Netflix:main May 28, 2025
5 checks passed
@brharrington brharrington deleted the lwcapi-exprs branch May 28, 2025 13:09
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

Successfully merging this pull request may close these issues.

1 participant