Add the possibility to disable display cache by using settings.php.
For developing reasons it would be nice, having the possibility to disable display cache by settings.php. Sure I could disable the module itself, but working with features could cause some headache so.
Comments
Comment #1
rustyy commentedAdding $GLOBALS['conf']['cache'] = FALSE; does not work.
Comment #2
Caseledde commentedDisplay Cache can now be disabled by using:
in the settings.php.
Added to latest dev.
Comment #3
kars-t commentedI can see the killswitch which just returns. And imho this will be sufficient.
Comment #4
Caseledde commentedCommited to new stable release.