我在 ZF1 的项目中使用 Doctrine 2。因为我有相当旧的Doctrine版本,今天我想更新它。我检查了 Common 包:
https://github.com/doctrine/common/tree/master/lib/Doctrine/Common
但我看到带有缓存类的整个“缓存”目录消失了。为什么?Doctrine 不再支持还是我应该单独下载?
非常感谢。
我在 ZF1 的项目中使用 Doctrine 2。因为我有相当旧的Doctrine版本,今天我想更新它。我检查了 Common 包:
https://github.com/doctrine/common/tree/master/lib/Doctrine/Common
但我看到带有缓存类的整个“缓存”目录消失了。为什么?Doctrine 不再支持还是我应该单独下载?
非常感谢。
从 v2.4.1 开始,缓存被提取到一个单独的组件中,参见 https://github.com/doctrine/common/commit/0e178880c4eb8b6131e98c7a410b7a05a0574943
你会在这里找到组件,类的命名还是一样的: https ://github.com/doctrine/cache