Hacker News new | past | comments | ask | show | jobs | submit login

Fair! Glad you found something that works.

Out of curiosity, Traefik has output caching ?




No it doesn’t. At least not the free version.

YARP got me interested, because I thought I could write some complex caching rules in C#. But you can’t, so every other proxy that doesn’t cache is as good as YARP ;)


Uh, not sure I understand. Do you mean you didn't want to write the logic? That issue you point to just means the component doesn't exist out of the box. Is that what you meant?


I wanted to implement some very specific caching rules, based on some POST parameters inside a JSON.

This seems to be possible with nginx and Lua, you extract a unique cache key from your request, and then nginx caching takes care of the rest. But in my case not out of the box or without the paid version.

So I hoped to fix that problem with YARP, but I would’ve needed to implement my own caching as a completely new middleware.

In the end I implemented the caching in the database.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: