The cache logic doesn't run in front of the worker, it runs inside the worker based on your subreque

The cache logic doesn't run in front of the worker, it runs inside the worker based on your subrequests, so you can technically return hit to a POST as long as the subrequest (which is where cache logic happens) is a GET
Was this page helpful?