@@ -93,7 +93,8 @@ public function providerForCachedLoadMethodsHit(): array
93
93
94
94
// string $method, array $arguments, string $key, array? $tagGeneratingArguments, array? $tagGeneratingResults, array? $keyGeneratingArguments, array? $keyGeneratingResults, mixed? $data, bool $multi = false, array $additionalCalls
95
95
return [
96
- ['countReverseRelations ' , [2 ], 'ibx-crrc-2 ' , null , null , [['content_reverse_relations_count ' , [2 ], true ]], ['ibx-crrc-2 ' ], 10 ],
96
+ ['countReverseRelations ' , [2 , null ], 'ibx-crrc-2-t- ' , null , null , [['content_reverse_relations_count ' , [2 , null ], true ]], ['ibx-crrc-2-t- ' ], 10 ],
97
+ ['countReverseRelations ' , [2 , 8 ], 'ibx-crrc-2-t-8 ' , null , null , [['content_reverse_relations_count ' , [2 , 8 ], true ]], ['ibx-crrc-2-t-8 ' ], 10 ],
97
98
['countRelations ' , [2 ], 'ibx-crc-2-v--t- ' , null , null , [['content_relations_count_with_by_version_type_suffix ' , [2 , null , null ], true ]], ['ibx-crc-2-v--t- ' ], 10 ],
98
99
['countRelations ' , [2 , 2 ], 'ibx-crc-2-v-2-t- ' , null , null , [['content_relations_count_with_by_version_type_suffix ' , [2 , 2 , null ], true ]], ['ibx-crc-2-v-2-t- ' ], 10 ],
99
100
['countRelations ' , [2 , null , 1 ], 'ibx-crc-2-v--t-1 ' , null , null , [['content_relations_count_with_by_version_type_suffix ' , [2 , null , 1 ], true ]], ['ibx-crc-2-v--t-1 ' ], 10 ],
@@ -136,15 +137,29 @@ public function providerForCachedLoadMethodsMiss(): array
136
137
[
137
138
'countReverseRelations ' ,
138
139
[2 ],
139
- 'ibx-crrc-2 ' ,
140
+ 'ibx-crrc-2-t- ' ,
140
141
[
141
142
['content ' , [2 ], false ],
142
143
],
143
144
['c-2 ' ],
144
145
[
145
- ['content_reverse_relations_count ' , [2 ], true ],
146
+ ['content_reverse_relations_count ' , [2 , null ], true ],
146
147
],
147
- ['ibx-crrc-2 ' ],
148
+ ['ibx-crrc-2-t- ' ],
149
+ 10 ,
150
+ ],
151
+ [
152
+ 'countReverseRelations ' ,
153
+ [2 , 8 ],
154
+ 'ibx-crrc-2-t-8 ' ,
155
+ [
156
+ ['content ' , [2 ], false ],
157
+ ],
158
+ ['c-2 ' ],
159
+ [
160
+ ['content_reverse_relations_count ' , [2 , 8 ], true ],
161
+ ],
162
+ ['ibx-crrc-2-t-8 ' ],
148
163
10 ,
149
164
],
150
165
[
0 commit comments