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
Copy file name to clipboardExpand all lines: docs/migration/MigratingFromV6ToV7.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,4 +16,17 @@ The ActOnAll helper use to return an array of returns only for getters and a str
16
16
17
17
#### :alarm_clock: Now:
18
18
Whatever you call will now result in an array of returns giving you the possibility to know which driver is returning an unexpected response via the ActOnAll helper.
19
-
Also the ActOnAll helper does no longer implements `ExtendedCacheItemPoolInterface` due to the type hint implementation.
19
+
Also the ActOnAll helper does no longer implements `ExtendedCacheItemPoolInterface` due to the type hint implementation.
20
+
21
+
### Cache Manager: Instance ID
22
+
:new: As of the V7 you can now specify an instance ID using the CacheManager:
0 commit comments