Since curling all the links on apage could be time consuming, we want to enable caching on the content.
The desired behavior is that cache would invalidated on
* node save
* 24 hrs
Cache would not be used on
* node preview

Comments

swirt created an issue. See original summary.

  • swirt committed 0464c76 on 8.x-1.x
    Issue #3103899: Add caching for block content
    
swirt’s picture

Status: Active » Fixed

This has been added. Caching is handled by a context that gets cleared on node save as well as a config settings change that would invalidate the cache. The display on node preview is always fresh and never cached.

swirt’s picture

Issue summary: View changes
swirt’s picture

Status: Fixed » Closed (fixed)