Would it be possible to have individual pages' cache get flushed each time a new comment is posted on that page? Right now, each time a comment is posted I have to manually flush the cache. Sorry if this is a duplicate... I searched but did not find this particular info.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | boost-609900.patch | 1.01 KB | mikeytown2 |
Comments
Comment #1
mikeytown2 commentedThat should be built in with the comment hook. Can you give me more info?
Comment #2
mikeytown2 commentedI do know that node_load in hooks can sometimes cause issues, try this patch just for kicks...
Comment #3
gregarios commentedMy mistake. It does seem to be working without the patch... it was just somewhat difficult to test. I forgot to keep the cron run times in my mind when I was creating the comment, etc...