Index: branches/5.2.x/core/kernel/utility/unit_config_reader.php =================================================================== diff -u -N -r16764 -r16772 --- branches/5.2.x/core/kernel/utility/unit_config_reader.php (.../unit_config_reader.php) (revision 16764) +++ branches/5.2.x/core/kernel/utility/unit_config_reader.php (.../unit_config_reader.php) (revision 16772) @@ -1,6 +1,6 @@ Application->isCachingType(CACHING_TYPE_MEMORY) ) { - $this->Application->setCache('master:config_files', serialize($this->configFiles)); + $this->Application->setCache('master:config_files', serialize($this->configFiles), 0); } else { - $this->Application->setDBCache('config_files', serialize($this->configFiles)); + $this->Application->setDBCache('config_files', serialize($this->configFiles), 0); } } }