Closed (fixed)
Project:
Cache Expiration
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2011 at 06:41 UTC
Updated:
14 Feb 2013 at 11:13 UTC
Bring rules in; allow for URL(s) to be expired via a rule.
Comments
Comment #1
mikeytown2 commentedcommitted new file. reopen for new issues.
Comment #3
doublejosh commentedCurious what the URL should be set to in the rule.
Step by step might be good for a README.txt
Tried:
[node:node-path],[node:node-path-raw]andnode/[node:nid]To be clear, I'm trying to clear code performance page cache #1308252: Getting this to work with core's database caching
Comment #4
doublejosh commentedBTW: the text "
<front>" in the description is hidden when output. Just need<front>Comment #5
evets33 commentedHello
I did that :
Create new rule named "Expire Page Cache"
Choose the event: "After updating existing content"
Recommended, add condition: "Updated content is published"
Action: Clear URL(s) from the page cache. Set path to: [node:url]
Save
but when i save my content the cache is not clear... :-(
Help please