-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Use case: There is a need to add a Cache-Control
header to a request to disable caching from the frontend. Rather than add a simple parameter such as skipCache
, this could be plumbed through as an options object to allow more flexibility in the future. This would be needed on at least get and list calls to start with. Included options on the object for the caching property should follow the spec, see https://docs.microsoft.com/en-us/aspnet/core/performance/caching/response?view=aspnetcore-5.0
Metadata
Metadata
Assignees
Labels
No labels