Skip to content

Add output caching documentation and tests#2434

Merged
jeremydmiller merged 2 commits intomainfrom
2402-output-caching
Apr 3, 2026
Merged

Add output caching documentation and tests#2434
jeremydmiller merged 2 commits intomainfrom
2402-output-caching

Conversation

@jeremydmiller
Copy link
Copy Markdown
Member

Summary

  • Add [OutputCache] endpoint examples using ASP.NET Core's output caching middleware
  • Add integration tests verifying cached endpoints return same response, non-cached return different
  • Add documentation page covering output caching setup and usage

Test plan

  • 3 integration tests pass (cached same response, cached-default same response, non-cached different responses)

Closes #2402

🤖 Generated with Claude Code

jeremydmiller and others added 2 commits April 3, 2026 15:36
Wire up ASP.NET Core's built-in OutputCaching middleware for server-side
response caching on Wolverine.HTTP endpoints via the [OutputCache] attribute.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@jeremydmiller jeremydmiller merged commit 7173b59 into main Apr 3, 2026
15 of 19 checks passed
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.

Output Caching support for Wolverine.HTTP endpoints

1 participant