File tree
20 files changed
+50
-97
lines changedFilter options
- src/Symfony/Component/Cache
- Adapter
- Messenger
- Traits
20 files changed
+50
-97
lines changedsrc/Symfony/Component/Cache/Adapter/AdapterInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/AdapterInterface.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 |
| - |
| 30 | + |
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
|
src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/ArrayAdapter.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
98 | 98 |
|
99 | 99 |
|
100 | 100 |
|
101 |
| - |
| 101 | + |
102 | 102 |
|
103 | 103 |
|
104 | 104 |
|
| ||
118 | 118 |
|
119 | 119 |
|
120 | 120 |
|
121 |
| - |
| 121 | + |
122 | 122 |
|
123 | 123 |
|
124 | 124 |
|
| ||
147 | 147 |
|
148 | 148 |
|
149 | 149 |
|
150 |
| - |
| 150 | + |
151 | 151 |
|
152 | 152 |
|
153 | 153 |
|
|
src/Symfony/Component/Cache/Adapter/ChainAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/ChainAdapter.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
120 | 120 |
|
121 | 121 |
|
122 | 122 |
|
123 |
| - |
| 123 | + |
124 | 124 |
|
125 | 125 |
|
126 | 126 |
|
| ||
184 | 184 |
|
185 | 185 |
|
186 | 186 |
|
187 |
| - |
| 187 | + |
188 | 188 |
|
189 | 189 |
|
190 | 190 |
|
| ||
217 | 217 |
|
218 | 218 |
|
219 | 219 |
|
220 |
| - |
| 220 | + |
221 | 221 |
|
222 | 222 |
|
223 | 223 |
|
|
src/Symfony/Component/Cache/Adapter/CouchbaseBucketAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/CouchbaseBucketAdapter.php+1-4Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
57 |
| - |
58 |
| - |
59 |
| - |
60 |
| - |
| 57 | + |
61 | 58 |
|
62 | 59 |
|
63 | 60 |
|
|
src/Symfony/Component/Cache/Adapter/MemcachedAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/MemcachedAdapter.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
96 | 96 |
|
97 | 97 |
|
98 | 98 |
|
99 |
| - |
| 99 | + |
100 | 100 |
|
101 | 101 |
|
102 | 102 |
|
| ||
314 | 314 |
|
315 | 315 |
|
316 | 316 |
|
317 |
| - |
| 317 | + |
318 | 318 |
|
319 | 319 |
|
320 | 320 |
|
|
src/Symfony/Component/Cache/Adapter/NullAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/NullAdapter.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
53 |
| - |
| 53 | + |
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
| ||
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
69 |
| - |
| 69 | + |
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
| ||
82 | 82 |
|
83 | 83 |
|
84 | 84 |
|
85 |
| - |
| 85 | + |
86 | 86 |
|
87 | 87 |
|
88 | 88 |
|
|
src/Symfony/Component/Cache/Adapter/PdoAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/PdoAdapter.php+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
63 |
| - |
64 |
| - |
65 | 63 |
|
66 | 64 |
|
67 | 65 |
|
68 | 66 |
|
69 |
| - |
| 67 | + |
70 | 68 |
|
71 | 69 |
|
72 | 70 |
|
|
src/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
116 | 116 |
|
117 | 117 |
|
118 | 118 |
|
119 |
| - |
| 119 | + |
120 | 120 |
|
121 | 121 |
|
122 | 122 |
|
| ||
165 | 165 |
|
166 | 166 |
|
167 | 167 |
|
168 |
| - |
| 168 | + |
169 | 169 |
|
170 | 170 |
|
171 | 171 |
|
| ||
180 | 180 |
|
181 | 181 |
|
182 | 182 |
|
183 |
| - |
| 183 | + |
184 | 184 |
|
185 | 185 |
|
186 | 186 |
|
|
src/Symfony/Component/Cache/Adapter/ProxyAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/ProxyAdapter.php+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
120 | 120 |
|
121 | 121 |
|
122 | 122 |
|
123 |
| - |
| 123 | + |
124 | 124 |
|
125 | 125 |
|
126 | 126 |
|
| ||
144 | 144 |
|
145 | 145 |
|
146 | 146 |
|
147 |
| - |
| 147 | + |
148 | 148 |
|
149 | 149 |
|
150 | 150 |
|
| ||
164 | 164 |
|
165 | 165 |
|
166 | 166 |
|
167 |
| - |
| 167 | + |
168 | 168 |
|
169 | 169 |
|
170 | 170 |
|
| ||
245 | 245 |
|
246 | 246 |
|
247 | 247 |
|
248 |
| - |
| 248 | + |
249 | 249 |
|
250 | 250 |
|
251 | 251 |
|
|
src/Symfony/Component/Cache/Adapter/RedisAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/RedisAdapter.php+1-6Lines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
| 23 | + |
29 | 24 |
|
30 | 25 |
|
31 | 26 |
|
|
src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php+1-6Lines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
61 |
| - |
62 |
| - |
63 |
| - |
64 |
| - |
65 |
| - |
66 |
| - |
| 61 | + |
67 | 62 |
|
68 | 63 |
|
69 | 64 |
|
|
src/Symfony/Component/Cache/Adapter/TagAwareAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/TagAwareAdapter.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
153 | 153 |
|
154 | 154 |
|
155 | 155 |
|
156 |
| - |
| 156 | + |
157 | 157 |
|
158 | 158 |
|
159 | 159 |
|
| ||
184 | 184 |
|
185 | 185 |
|
186 | 186 |
|
187 |
| - |
| 187 | + |
188 | 188 |
|
189 | 189 |
|
190 | 190 |
|
| ||
244 | 244 |
|
245 | 245 |
|
246 | 246 |
|
247 |
| - |
| 247 | + |
248 | 248 |
|
249 | 249 |
|
250 | 250 |
|
|
src/Symfony/Component/Cache/Adapter/TraceableAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/TraceableAdapter.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
73 |
| - |
| 73 | + |
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
| ||
90 | 90 |
|
91 | 91 |
|
92 | 92 |
|
93 |
| - |
| 93 | + |
94 | 94 |
|
95 | 95 |
|
96 | 96 |
|
| ||
103 | 103 |
|
104 | 104 |
|
105 | 105 |
|
106 |
| - |
| 106 | + |
107 | 107 |
|
108 | 108 |
|
109 | 109 |
|
|
src/Symfony/Component/Cache/CacheItem.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/CacheItem.php+3-9Lines changed: 3 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
77 |
| - |
| 77 | + |
78 | 78 |
|
79 |
| - |
80 |
| - |
81 |
| - |
82 |
| - |
83 |
| - |
84 |
| - |
85 |
| - |
| 79 | + |
86 | 80 |
|
87 | 81 |
|
88 | 82 |
|
| ||
92 | 86 |
|
93 | 87 |
|
94 | 88 |
|
95 |
| - |
| 89 | + |
96 | 90 |
|
97 | 91 |
|
98 | 92 |
|
|
src/Symfony/Component/Cache/Messenger/EarlyExpirationMessage.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Messenger/EarlyExpirationMessage.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
88 | 88 |
|
89 | 89 |
|
90 | 90 |
|
91 |
| - |
| 91 | + |
92 | 92 |
|
93 | 93 |
|
94 | 94 |
|
|
0 commit comments