Index: branches/5.2.x/core/units/helpers/site_helper.php =================================================================== diff -u -N -r15226 -r16772 --- branches/5.2.x/core/units/helpers/site_helper.php (.../site_helper.php) (revision 15226) +++ branches/5.2.x/core/units/helpers/site_helper.php (.../site_helper.php) (revision 16772) @@ -1,6 +1,6 @@ Conn->Query($sql, 'DomainId'); if ($this->Application->isCachingType(CACHING_TYPE_MEMORY)) { - $this->Application->setCache('master:domains_parsed', serialize($cache)); + $this->Application->setCache('master:domains_parsed', serialize($cache), 0); } else { - $this->Application->setDBCache('domains_parsed', serialize($cache)); + $this->Application->setDBCache('domains_parsed', serialize($cache), 0); } } }