Setting cache_enable: false
in a page header or frontmatter does seem to stop the content from being cached. The page is still present in the cache but it’s content is always refreshed when the page is requested. That is my understanding which may be wrong of course.
In my case with dynamic Twig processed frontmatter I need the full page uncached.
In other words I am looking for the same behaviour as when caching is disabled system wide. But then of course only for some pages.
Because this need is related to a new plugin I’m creating I think I could recache a page as explained by Andy Miller in Grav issue #810.
The problem is though, I don’t know and can’t figure out how to use that function from a custom plugin.
Anyone to the rescue please?