Home
last modified time | relevance | path

Searched refs:ATTR_RESULT_CACHE (Results 1 – 7 of 7) sorted by relevance

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/tests/Ticket/
H A D1706TestCase.php40 $conn1->setAttribute(Doctrine_Core::ATTR_RESULT_CACHE, $cacheDriver);
43 $conn2->setAttribute(Doctrine_Core::ATTR_RESULT_CACHE, $cacheDriver);
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/tests/Cache/
H A DDbTestCase.php70 $this->conn->setAttribute(Doctrine_Core::ATTR_RESULT_CACHE, $cache);
H A DAbstractTestCase.php57 $this->conn->setAttribute(Doctrine_Core::ATTR_RESULT_CACHE, $cache);
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/
H A DConfigurable.php88 case Doctrine_Core::ATTR_RESULT_CACHE:
H A DConnection.php1347 if ( ! $this->getAttribute(Doctrine_Core::ATTR_RESULT_CACHE)) {
1351 return $this->getAttribute(Doctrine_Core::ATTR_RESULT_CACHE);
H A DManager.php135 Doctrine_Core::ATTR_RESULT_CACHE => null,
H A DCore.php185 const ATTR_RESULT_CACHE = 150; define in Doctrine_Core