Closed (works as designed)
Project:
Block Cache Alter
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jun 2012 at 22:04 UTC
Updated:
7 Nov 2013 at 21:25 UTC
Jump to comment: Most recent
Comments
Comment #1
quotesbro commentedI can confirm this behavior.
Apparently we should patch node.module in D6 and node_form_submit in D7?
Comment #2
bkosborneI'm assuming that cache_clear_all is used because Drupal makes no assumptions about how/where that node's content is distributed throughout the website. If you have a block that pulls in that content, it would would be stale without clearing out the cache. Having content be "context" aware and know if it should flush itself is very difficult.
Comment #3
bkosborneI'm closing this, since I don't think this is the responsibility of the module. The module still does what it says it should: allows you to change the caching behavior of blocks. This issue is for changing the behavior of a drupal core function, cache_clear_all.