Commit 0ea8161
committed
minor #7451 Update cache_pools.rst (crislinu)
This PR was merged into the 3.2 branch.
Discussion
----------
Update cache_pools.rst
When retrieving an item from cache you have to use `getItem()` and not `get()`
The `Psr\Cache\CacheItemPoolInterface` doesn't declare the `get` method
Commits
-------
398892e Update cache_pools.rst1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
| 285 | + | |
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
| |||
0 commit comments