我的问题非常愚蠢,但我没有找到 Doctrine 2 dbal 和缓存管理器的示例。
我不能在 dbal 查询中使用 useResultCache 方法吗?
$q = \Zend_Registry::get('em')->getConnection()->createQueryBuilder()
->select('f.idprd, f.lprd')
->from('tb_prd', 'f')
->andWhere($q->expr()->eq('f.niveau', $iNiveau))
->orderBy('f.niveau')
非常感谢 !