MANAS MADESHIYA
Results
2
comments of
MANAS MADESHIYA
This is a great observation, thanks for raising it. I agree that on a cache miss we currently end up calling `cache.get()` twice — once in `cached_request()` and again in...
This PR is a small, experimental step toward addressing #219. It introduces an optional per-request `cache_control="no-cache"` flag that skips cache lookup for that request only, without changing default behavior or...