Open blootsvoets opened 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.
ETag
CacheControl
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
andCacheControl
in our own code. Another is to provide shortcut annotations for often-used cache settings.