You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reduces the number of requests made to the dearrow API by caching the response
for the lifetime of the program. A request was made every time a thumbnail came
into view (even if it was just recently recycled). While the dearrow server
does set appropriate `ETag` headers it still requires executing an HTTP request,
just to confirm that the value has no changed.
0 commit comments