Support cache-control on metadata endpoints
Opened this issue · 1 comments
bctcvai commented
It'd be possible to let the client cache metadata results if REST endpoints returned the last modified time or the data (for lists) or datum(for individual) in the HTTP header.
Related to: #1462
bctcvai commented
Some detail endpoints may benefit from storing last modified time in Redis, this would help with supporting If-Modified-Since
on those endpoints.