Hi,

I have seen that whenever a node is edited and saved, boost does not remove its cached entry and displays the same old version of the node.

So, is there any method that whenever a node is edited, only that node's cache entry is deleted irrespective of the minimum cache lifetime expiration. So that the users will be able to view the new node revision instantly.

Is that possible? Even by hacking the code or so? I think that this feature can make boost ideal for any type of site.

DIMSKK

Comments

mikeytown2’s picture

Boost should be doing this with the default settings... depends on how you have it configured.

What is the state of "Expire content in DB, do not flush file." in your config?

DIMSKK’s picture

Hi,

Thanks for your reply. On my website, the above option is enabled and today I have just enabled the boost cache status block and noticed that it is expiring the node cache when it is edited and flushing its cache on cron run, which is exactly what I want.

Thanks
momi