ONSdigital / dp-find-insights-poc-api

Find Insights Proof of Concept
MIT License
1 stars 0 forks source link

add support for no-cache on metadata endpoint #186

Closed wavemechanics closed 2 years ago

wavemechanics commented 2 years ago

What

Support for avoiding the cache on metadata endpoint:

curl -H "Cache-control: no-cache" http://localhost:25252/metadata/2011

Also extracted cache get/set logic into a generic function that can be used for other handlers later.