原则 2 Common 2.5 - 缓存类在哪里


Doctrine 2 Common 2.5 - where is the Cache classes?

我在ZF1的项目中使用了Doctrine 2。因为我有相当旧版本的教义,今天我想更新它。我已经检查了通用包:

https://github.com/doctrine/common/tree/master/lib/Doctrine/Common

但是我看到带有缓存类的整个"缓存"目录刚刚消失。为什么?是不再受教义支持还是我应该单独下载?

谢谢。

从 v2.4.1 开始,缓存被提取到一个单独的组件中,请参阅https://github.com/doctrine/common/commit/0e178880c4eb8b6131e98c7a410b7a05a0574943

您将在此处找到组件,类的命名仍然相同:https://github.com/doctrine/cache