Home
last modified time | relevance | path

Searched refs:buildQueryCache (Results 1 – 6 of 6) sorted by relevance

/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/
H A DCacheFactory.php66 public function buildQueryCache(EntityManagerInterface $em, $regionName = null); function
H A DDefaultCache.php282 $this->defaultQueryCache = $this->cacheFactory->buildQueryCache($this->em);
286 … $this->queryCaches[$regionName] = $this->cacheFactory->buildQueryCache($this->em, $regionName);
H A DDefaultCacheFactory.php165 public function buildQueryCache(EntityManagerInterface $em, $regionName = null) function in Doctrine\\ORM\\Cache\\DefaultCacheFactory
/dports/finance/prestashop/prestashop/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/
H A DCacheFactory.php66 public function buildQueryCache(EntityManagerInterface $em, $regionName = null); function
H A DDefaultCache.php279 $this->defaultQueryCache = $this->cacheFactory->buildQueryCache($this->em);
283 … $this->queryCaches[$regionName] = $this->cacheFactory->buildQueryCache($this->em, $regionName);
H A DDefaultCacheFactory.php164 public function buildQueryCache(EntityManagerInterface $em, $regionName = null) function in Doctrine\\ORM\\Cache\\DefaultCacheFactory