Commit 2b87932
committed
minor #21594 [Cache] Wrong callable in async cache computation example (mboelsterli)
This PR was squashed before being merged into the 6.4 branch.
Discussion
----------
[Cache] Wrong callable in async cache computation example
Already mentioned in #21587, but now with fix in 6.4 Branch with a reversible service.
I've noticed the fix for closures in early-expiration callbacks: symfony/symfony#62398 in 6.4 and 7.4 (RC2) which fixed my issue in the dev environment: #21587 (comment)
Commits
-------
dcd2a12 [Cache] Wrong callable in async cache computation example1 file changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
888 | 888 | | |
889 | 889 | | |
890 | 890 | | |
891 | | - | |
| 891 | + | |
| 892 | + | |
892 | 893 | | |
893 | | - | |
| 894 | + | |
894 | 895 | | |
895 | | - | |
| 896 | + | |
896 | 897 | | |
897 | 898 | | |
898 | 899 | | |
| |||
916 | 917 | | |
917 | 918 | | |
918 | 919 | | |
919 | | - | |
| 920 | + | |
920 | 921 | | |
921 | 922 | | |
922 | | - | |
| 923 | + | |
923 | 924 | | |
924 | 925 | | |
925 | 926 | | |
| |||
0 commit comments