barbajs/barba

Add setting to cache rendered HTML

xavierfoucrier opened this issue · 0 comments

It is necessary to add a new setting to cache of not the rendered HTML of the first page. In some situations it is useful to cache that page, but most time it is useful to not cache the rendered HTML because it may be modified by other scripts: those scripts have to deal with the cached page.

Related to #383 and #602.