Security update to Drupal 8.4.6
[yaffs-website] / vendor / doctrine / cache / UPGRADE.md
1 # Upgrade to 1.4
2
3 ## Minor BC Break: `Doctrine\Common\Cache\FileCache#$extension` is now `private`.
4
5 If you need to override the value of `Doctrine\Common\Cache\FileCache#$extension`, then use the
6 second parameter of `Doctrine\Common\Cache\FileCache#__construct()` instead of overriding
7 the property in your own implementation.
8
9 ## Minor BC Break: file based caches paths changed
10
11 `Doctrine\Common\Cache\FileCache`, `Doctrine\Common\Cache\PhpFileCache` and
12 `Doctrine\Common\Cache\FilesystemCache` are using a different cache paths structure.
13
14 If you rely on warmed up caches for deployments, consider that caches generated
15 with `doctrine/cache` `<1.4` are not compatible with the new directory structure,
16 and will be ignored.