spring-cloud/spring-cloud-gateway
在 GitHub 查看Add customization options to ResponseCacheGatewayFilter
Open
#3,429 建立於 2024年6月12日
enhancementhelp wanted
倉庫指標
- Star
- (4,284 star)
- PR 合併指標
- (平均合併 1天 21小時) (30 天內合併 18 個 PR)
描述
Is your feature request related to a problem? Please describe. I have a specfic kind of caching logic that should not use the header values. In the current implementation of the CacheKeyGenerator there is a static list of key generators that I cannot modify.
Describe the solution you'd like Add an api or spring mechanism to change the key generator.
Describe alternatives you've considered I tried to modify that static field at runtime but this approach is really hacky.
Additional context I have not used spring for a long time. Maybe there is already a way to change the CacheKeyGenerator or ResponseCache implementation.