reverse-proxy
reverse-proxy copied to clipboard
[Container] Add OutputCache configuration from file
When using the YARP container, configuring middleware via dependency injection (DI) is not an option. This limitation makes it difficult to customize middleware behavior without modifying and rebuilding the container image.
In this PR, I added the possibility to configure output caching in the container configuration file.
Hope you don't mind me asking - looking at this PR, it seems like dynamic operations on OutputCacheConfig (such as adding, modifying, or deleting configurations) aren't currently supported. Is this something that's been thought about?