Open bctcvai opened 3 months ago
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: https://github.com/cvisionai/tator/issues/1462
Some detail endpoints may benefit from storing last modified time in Redis, this would help with supporting If-Modified-Since on those endpoints.
If-Modified-Since
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: https://github.com/cvisionai/tator/issues/1462