Hi and thanks for great module, we have been using it alongside Boost on several projects with great success. However we are experiencing a problem on one site running domain access. Cache generation runs without any trouble for all subdomains and is properly served to the visitor, but when node is updated we are unable to set Cache Expiration to clear correct cache files. Here is what we have configured:

  1. Boost set for default, no special setting, Domain Access with 5 subdomains
  2. Content can be displayed on all subdomains – the logic is, that the content is shared; it shows on subdomains according to a taxonomy tag
  3. When the content is updated only subdomain from which we make the change is set for cache update = cache html files are deleted

Needed behaviour:

  • After node update we need a set of URLs flushed from boost cache – all subdomain homepages which contain views which can display the content and some views-based pages.

We tried setting the URL to flush in custom pages expiration in Expire module, setting-up custom Rules with "Clear URLs from Cache". We also played with cache expiration setting, but it seems the cache does not get properly flushed after it is expired (getting things like "Page cached by Boost @ 2015-01-19 10:23:41, expires @ 2015-01-19 10:24:41, lifetime 1 min" when the time is 12:30).

This is probably super simple for you, we value your help. Thank you.