Needs work
Project:
Boost
Version:
6.x-1.x-dev
Component:
Expiration logic
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2010 at 04:04 UTC
Updated:
2 Jan 2014 at 19:06 UTC
Jump to comment: Most recent
Comments
Comment #1
bengtan commentedBump please.
Comment #2
Alice Heaton commentedHi,
I also would really like this feature.
I have a fairly complex site, with a lot of automatically generated pages containing several views in blocks (using the composite_layout module).
None of Boosts' settings can let me say when those pages' cache should be cleared - however, as it's all generated there are clear rules. If I could use the hook proposed by bengtan, I could really fine tune my cache clearing by writting the code myself, specifically tailored for that site.
+1
Comment #3
Alice Heaton commentedA few thoughts about the proposed patch :
1. Maybe it should check whether $result['paths'] and $result['data'] are defined ?
2. As it is, modules have the option to override derivates that were added by Boost. I'm not sure this is a good behaviour ? Maybe the module should enforce a prefix to the paths/data keys ?
Let me know what you think.