Commit 14614bd
File tree
Expand file treeCollapse file tree
21 files changed
+153
-16
lines changedFilter options
- src/Symfony/Component/Cache
- Adapter
- Tests/Adapter
- Traits
Expand file treeCollapse file tree
21 files changed
+153
-16
lines changed+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
4 | 9 |
|
5 | 10 |
|
6 | 11 |
|
|
+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
|
src/Symfony/Component/Cache/Adapter/AdapterInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/AdapterInterface.php+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
37 | 44 |
|
src/Symfony/Component/Cache/Adapter/ChainAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/ChainAdapter.php+9-2Lines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
192 | 192 |
|
193 | 193 |
|
194 | 194 |
|
| 195 | + |
| 196 | + |
195 | 197 |
|
196 |
| - |
| 198 | + |
197 | 199 |
|
| 200 | + |
198 | 201 |
|
199 | 202 |
|
200 | 203 |
|
201 | 204 |
|
202 |
| - |
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
203 | 210 |
|
204 | 211 |
|
205 | 212 |
|
|
src/Symfony/Component/Cache/Adapter/NullAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/NullAdapter.php+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
| 78 | + |
| 79 | + |
78 | 80 |
|
79 |
| - |
| 81 | + |
80 | 82 |
|
81 | 83 |
|
82 | 84 |
|
|
src/Symfony/Component/Cache/Adapter/ProxyAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/ProxyAdapter.php+9-1Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
147 | 147 |
|
148 | 148 |
|
149 | 149 |
|
| 150 | + |
| 151 | + |
150 | 152 |
|
151 |
| - |
| 153 | + |
152 | 154 |
|
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
153 | 161 |
|
154 | 162 |
|
155 | 163 |
|
|
src/Symfony/Component/Cache/Adapter/TagAwareAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/TagAwareAdapter.php+18-2Lines changed: 18 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
213 | 213 |
|
214 | 214 |
|
215 | 215 |
|
| 216 | + |
| 217 | + |
216 | 218 |
|
217 |
| - |
| 219 | + |
218 | 220 |
|
219 |
| - |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
220 | 236 |
|
221 | 237 |
|
222 | 238 |
|
|
src/Symfony/Component/Cache/Adapter/TraceableAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/TraceableAdapter.php+8-1Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
167 | 167 |
|
168 | 168 |
|
169 | 169 |
|
| 170 | + |
| 171 | + |
170 | 172 |
|
171 |
| - |
| 173 | + |
172 | 174 |
|
| 175 | + |
173 | 176 |
|
174 | 177 |
|
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
175 | 182 |
|
176 | 183 |
|
177 | 184 |
|
|
src/Symfony/Component/Cache/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/CHANGELOG.md+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | + |
8 | 9 |
|
9 | 10 |
|
10 | 11 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php+20Lines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
252 | 252 |
|
253 | 253 |
|
254 | 254 |
|
| 255 | + |
| 256 | + |
| 257 | + |
| 258 | + |
| 259 | + |
| 260 | + |
| 261 | + |
| 262 | + |
| 263 | + |
| 264 | + |
| 265 | + |
| 266 | + |
| 267 | + |
| 268 | + |
| 269 | + |
| 270 | + |
| 271 | + |
| 272 | + |
| 273 | + |
| 274 | + |
255 | 275 |
|
256 | 276 |
|
257 | 277 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/DoctrineAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/DoctrineAdapterTest.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
| 26 | + |
26 | 27 |
|
27 | 28 |
|
28 | 29 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/PhpArrayAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/PhpArrayAdapterTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
75 |
| - |
| 75 | + |
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/Psr16AdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/Psr16AdapterTest.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
| 26 | + |
26 | 27 |
|
27 | 28 |
|
28 | 29 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/SimpleCacheAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/SimpleCacheAdapterTest.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
| 26 | + |
26 | 27 |
|
27 | 28 |
|
28 | 29 |
|
|
src/Symfony/Component/Cache/Traits/AbstractTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Traits/AbstractTrait.php+5-2Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
102 | 102 |
|
103 | 103 |
|
104 | 104 |
|
| 105 | + |
| 106 | + |
105 | 107 |
|
106 |
| - |
| 108 | + |
107 | 109 |
|
| 110 | + |
108 | 111 |
|
109 | 112 |
|
110 | 113 |
|
| ||
120 | 123 |
|
121 | 124 |
|
122 | 125 |
|
123 |
| - |
| 126 | + |
124 | 127 |
|
125 | 128 |
|
126 | 129 |
|
|
src/Symfony/Component/Cache/Traits/ArrayTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Traits/ArrayTrait.php+14-2Lines changed: 14 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
| 69 | + |
| 70 | + |
69 | 71 |
|
70 |
| - |
| 72 | + |
71 | 73 |
|
72 |
| - |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
73 | 85 |
|
74 | 86 |
|
75 | 87 |
|
|
src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
59 | 63 |
|
60 | 64 |
|
61 | 65 |
|
| ||
114 | 118 |
|
115 | 119 |
|
116 | 120 |
|
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
117 | 126 |
|
118 | 127 |
|
119 | 128 |
|
|
src/Symfony/Component/Cache/Traits/FilesystemTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Traits/FilesystemTrait.php+13Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
108 | 108 |
|
109 | 109 |
|
110 | 110 |
|
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
111 | 124 |
|
src/Symfony/Component/Cache/Traits/PhpArrayTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Traits/PhpArrayTrait.php+9-1Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
121 | 122 |
|
122 | 123 |
|
123 | 124 |
|
| 125 | + |
| 126 | + |
124 | 127 |
|
125 |
| - |
| 128 | + |
126 | 129 |
|
| 130 | + |
127 | 131 |
|
128 | 132 |
|
129 | 133 |
|
130 | 134 |
|
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
131 | 139 |
|
132 | 140 |
|
133 | 141 |
|
|
src/Symfony/Component/Cache/Traits/PhpFilesTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Traits/PhpFilesTrait.php+17-3Lines changed: 17 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
211 | 211 |
|
212 | 212 |
|
213 | 213 |
|
| 214 | + |
| 215 | + |
214 | 216 |
|
215 | 217 |
|
216 | 218 |
|
217 |
| - |
| 219 | + |
218 | 220 |
|
219 |
| - |
| 221 | + |
220 | 222 |
|
221 | 223 |
|
222 | 224 |
|
223 | 225 |
|
224 |
| - |
| 226 | + |
225 | 227 |
|
226 | 228 |
|
227 | 229 |
|
| ||
266 | 268 |
|
267 | 269 |
|
268 | 270 |
|
| 271 | + |
| 272 | + |
| 273 | + |
| 274 | + |
| 275 | + |
| 276 | + |
| 277 | + |
| 278 | + |
| 279 | + |
| 280 | + |
| 281 | + |
| 282 | + |
269 | 283 |
|
270 | 284 |
|
271 | 285 |
|
|
0 commit comments