Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 symfony 的新手。我想将 OpCache 与 symfony2 集成。我不知道我该怎么做。如果有任何想法,请让我知道我应该做什么的步骤。
OpCache 是 OpCodes 的缓存。它只是启用或禁用。根本不需要集成。
如果您想使用用户缓存,您应该使用其他一些缓存系统或使用 APCu,它将通过 APC 兼容功能为您提供用户缓存功能。
然后你可以设置 Doctrine 使用 APC 作为缓存引擎。但是在您的应用程序中,您将需要手动管理您的缓存。