Commit d54129d
committed
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 adapter1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
| 48 | + | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
| |||
0 commit comments