13.2.2 Heuristic Expiration Since origin servers do not always provide explicit expiration times, HTTP caches typically assign heuristic
13.2.2 Heuristic Expiration
Since origin servers do not always provide explicit expiration times, HTTP caches typically assign heuristic
Gecko estimates expiration at now + (now - lastModified)/10, last I checked.
now + (now - lastModified)/10