Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 335 Bytes

File metadata and controls

4 lines (3 loc) · 335 Bytes

Caching rules

It uses cache-control headers to know if the cache is outdated (max-age and eTag). If it is outdated the cached version is shown directly and the server is requested for an update. If the server sends a new image it updates the image directly.