Is your feature request related to a problem? Please describe.
We would like to be able to cache responses and would therefore appreciate a filter in the Web MVC stack similar to the existing LocalResponseCache GatewayFilter in the Webflux stack.
Although we found the following page in the current documentation, we can't find a way to configure this filter or the code outlined in the documentation.
Describe the solution you'd like
The ability to configure a ResponseCache in the Web MVC stack in the same way as in the Webflux stack.
Describe alternatives you've considered
Implementing the filter ourselves. But this presents us with some challenges.
Is your feature request related to a problem? Please describe.
We would like to be able to cache responses and would therefore appreciate a filter in the Web MVC stack similar to the existing LocalResponseCache GatewayFilter in the Webflux stack.
Although we found the following page in the current documentation, we can't find a way to configure this filter or the code outlined in the documentation.
Describe the solution you'd like
The ability to configure a ResponseCache in the Web MVC stack in the same way as in the Webflux stack.
Describe alternatives you've considered
Implementing the filter ourselves. But this presents us with some challenges.