gbv / validation-server

Web service to validate data with support of multiple schema languages
https://format.gbv.de/validate/
MIT License
2 stars 1 forks source link

Remove caching configuration #6

Closed nichtich closed 2 years ago

nichtich commented 2 years ago

Caching can be enabled or disabled (see server.js) but [when] does it make sense to disable caching at all?

stefandesu commented 2 years ago

I think we disabled client-side caching for jskos-server because data could change very quickly and we don't know when the data will change (i.e. client requests the recently created mappings).

This would only apply here if the schemas are frequently updated and changes need to be visible in the API quickly.