Symfony2 + Doctrine2 is not caching results of joined entities

后端 未结 1 1433
离开以前
离开以前 2020-12-28 17:10

I am using Symfony 2.0.10 with Doctrine 2.1 and have rather simple query (see below), where I want to cache results with APC (version 3.1.7, enabled 1GB of memory for it) vi

1条回答
  •  [愿得一人]
    2020-12-28 17:37

    Here is the Doctrine JIRA issue related to a caching issue which is the closest to the problem's description:

    http://www.doctrine-project.org/jira/browse/DDC-217 https://github.com/doctrine/doctrine2/issues/2861

    My opinion is that point is fixed in Doctrine 2.2

    0 讨论(0)
提交回复
热议问题