If I combine no-cache, stale-whilte-revalidate=120000, max-age=240000
directives will request cycle work in the following fashion: on each request browser validates data (implication of no-cache), during the validation browser provides stale content (implication of stale-while-revalidate), and when validation has completed the fresh content is shown. Is it correct comprehension or not?