You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #15795 [Cache] The Doctrine adapter is not a database adapter (derrabus)
This PR was merged into the 4.4 branch.
Discussion
----------
[Cache] The Doctrine adapter is not a database adapter
The documentation for the file system cache adapter links to the Doctrine Cache adapter as one of the available "database adapters". Doctrine Cache is simply an older contract for caches, something like a predecessor to PSR-6.
Recommending this adapter as a database cache is wrong or at least misleading. Because of that I'd like to remove that link.
Commits
-------
04a6ce7 The Doctrine adapter is not a database adapter
0 commit comments