-
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate using doctrine/cache in favour of PSR-6
- Loading branch information
Showing
6 changed files
with
1,726 additions
and
1,718 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
UPGRADE FROM 2.1 to 2.2 | ||
======================= | ||
|
||
* Deprecated using doctrine/cache for metadata caching. The `setCacheDriver` and | ||
`getCacheDriver` methods in `Doctrine\Persistence\Mapping\AbstractMetadata` | ||
have been deprecated. Please use `getCache` and `setCache` with a PSR-6 | ||
implementation instead. Note that even after switching to PSR-6, | ||
`getCacheDriver` will return a cache instance that wraps the PSR-6 cache. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.