Skip to content

Comments

Add support for configuration cache using Web::Cache#243

Draft
leoromanovsky wants to merge 5 commits intomainfrom
lr/web-cache
Draft

Add support for configuration cache using Web::Cache#243
leoromanovsky wants to merge 5 commits intomainfrom
lr/web-cache

Conversation

@leoromanovsky
Copy link
Member


labels: mergeable

Eppo Internal
//: # (Link to the issue or doc corresponding to this chunk of work)
🎟️ Fixes: #issue
📜 Design Doc (if applicable)

Motivation and Context

Description

How has this been documented?

How has this been tested?

const response = new Response(configurationJsonString, {
headers: {
'Content-Type': 'application/json',
'Cache-Stored-At': new Date().toISOString(),
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: What else is possible here? TTL?

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