Skip to content
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

Add output caching middleware after migrating to .NET 7 #555

Open
64J0 opened this issue Aug 30, 2023 · 2 comments
Open

Add output caching middleware after migrating to .NET 7 #555

64J0 opened this issue Aug 30, 2023 · 2 comments
Labels
feature request Request to add new functionality help wanted Community contribution or any kind of help much appreciated

Comments

@64J0
Copy link
Member

64J0 commented Aug 30, 2023

With ASP.NET 7 and 8 we have the option to use the output caching middleware.

We could add a new Giraffe middleware like the ones we currently have for the response caching middleware.

@TheAngryByrd TheAngryByrd added feature request Request to add new functionality help wanted Community contribution or any kind of help much appreciated labels Aug 30, 2023
@dustinmoris
Copy link
Member

That is certainly an option. Can you provide some pseudo code to showcase the sort of functionality you would like to see?

@64J0
Copy link
Member Author

64J0 commented Aug 31, 2023

Maybe this example to try to bypass the authentication limitation from response caching in ASP.NET: dotnet/AspNetCore.Docs#6836 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request to add new functionality help wanted Community contribution or any kind of help much appreciated
Projects
None yet
Development

No branches or pull requests

3 participants