Home
last modified time | relevance | path

Searched refs:_expireQueryCache (Results 1 – 3 of 3) sorted by relevance

/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/orm/lib/Doctrine/ORM/
H A DQuery.php180 private $_expireQueryCache = false; variable in Doctrine\\ORM\\Query
269 $cached = $this->_expireQueryCache ? false : $queryCache->fetch($hash);
485 $this->_expireQueryCache = $expire;
497 return $this->_expireQueryCache;
/dports/finance/prestashop/prestashop/vendor/doctrine/orm/lib/Doctrine/ORM/
H A DQuery.php188 private $_expireQueryCache = false; variable in Doctrine\\ORM\\Query
275 $cached = $this->_expireQueryCache ? false : $queryCache->fetch($hash);
551 $this->_expireQueryCache = $expire;
563 return $this->_expireQueryCache;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Query/
H A DAbstract.php138 protected $_expireQueryCache = false; variable in Doctrine_Query_Abstract
2063 $this->_expireQueryCache = $expire;