RADAR-base / RADAR-RestApi

RESTful interface to access near real-time data
Apache License 2.0
2 stars 0 forks source link

Implement cache control #81

Open blootsvoets opened 6 years ago

blootsvoets commented 6 years ago

Cache control is now not taking place at all. Especially for historical data, we could ask for at least client-side caching, in some cases we could even ask for server-based caching.

One approach is using ETag and CacheControl in our own code. Another is to provide shortcut annotations for often-used cache settings.