File tree
12 files changed
+70
-31
lines changedFilter options
- src/Symfony/Component/Cache
- Adapter
- Tests/Adapter
12 files changed
+70
-31
lines changedsrc/Symfony/Component/Cache/Adapter/AbstractAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/AbstractAdapter.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
56 |
| - |
| 56 | + |
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
|
src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/ArrayAdapter.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
151 | 151 |
|
152 | 152 |
|
153 | 153 |
|
| 154 | + |
| 155 | + |
| 156 | + |
154 | 157 |
|
155 | 158 |
|
156 | 159 |
|
|
src/Symfony/Component/Cache/Adapter/ProxyAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/ProxyAdapter.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
144 | 144 |
|
145 | 145 |
|
146 | 146 |
|
| 147 | + |
| 148 | + |
| 149 | + |
147 | 150 |
|
148 | 151 |
|
149 | 152 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php+3-4Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 | 14 |
|
16 | 15 |
|
17 |
| - |
| 16 | + |
18 | 17 |
|
19 | 18 |
|
20 | 19 |
|
21 |
| - |
| 20 | + |
22 | 21 |
|
23 | 22 |
|
24 | 23 |
|
25 | 24 |
|
26 | 25 |
|
27 |
| - |
| 26 | + |
28 | 27 |
|
29 | 28 |
|
30 | 29 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php
Copy file name to clipboard+40Lines changed: 40 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php+3-4Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 | 14 |
|
16 | 15 |
|
17 |
| - |
| 16 | + |
18 | 17 |
|
19 |
| - |
| 18 | + |
20 | 19 |
|
21 | 20 |
|
22 | 21 |
|
| ||
28 | 27 |
|
29 | 28 |
|
30 | 29 |
|
31 |
| - |
| 30 | + |
32 | 31 |
|
33 | 32 |
|
34 | 33 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/ArrayAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/ArrayAdapterTest.php+3-4Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 | 14 |
|
16 | 15 |
|
17 | 16 |
|
18 | 17 |
|
19 | 18 |
|
20 |
| - |
| 19 | + |
21 | 20 |
|
22 | 21 |
|
23 | 22 |
|
24 | 23 |
|
25 | 24 |
|
26 | 25 |
|
27 |
| - |
| 26 | + |
28 | 27 |
|
29 |
| - |
| 28 | + |
30 | 29 |
|
31 | 30 |
|
src/Symfony/Component/Cache/Tests/Adapter/ChainAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/ChainAdapterTest.php+3-4Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 | 14 |
|
16 | 15 |
|
17 | 16 |
|
| ||
20 | 19 |
|
21 | 20 |
|
22 | 21 |
|
23 |
| - |
| 22 | + |
24 | 23 |
|
25 |
| - |
| 24 | + |
26 | 25 |
|
27 | 26 |
|
28 | 27 |
|
29 | 28 |
|
30 | 29 |
|
31 |
| - |
| 30 | + |
32 | 31 |
|
33 | 32 |
|
34 | 33 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/DoctrineAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/DoctrineAdapterTest.php+3-4Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 | 14 |
|
16 | 15 |
|
17 | 16 |
|
18 | 17 |
|
19 | 18 |
|
20 | 19 |
|
21 |
| - |
| 20 | + |
22 | 21 |
|
23 | 22 |
|
24 | 23 |
|
25 | 24 |
|
26 | 25 |
|
27 | 26 |
|
28 |
| - |
| 27 | + |
29 | 28 |
|
30 |
| - |
| 29 | + |
31 | 30 |
|
32 | 31 |
|
src/Symfony/Component/Cache/Tests/Adapter/FilesystemAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/FilesystemAdapterTest.php+3-4Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 | 14 |
|
16 | 15 |
|
17 | 16 |
|
18 | 17 |
|
19 | 18 |
|
20 |
| - |
| 19 | + |
21 | 20 |
|
22 |
| - |
| 21 | + |
23 | 22 |
|
24 | 23 |
|
25 | 24 |
|
26 | 25 |
|
27 | 26 |
|
28 |
| - |
| 27 | + |
29 | 28 |
|
30 | 29 |
|
31 | 30 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/NamespacedProxyAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/NamespacedProxyAdapterTest.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 |
| - |
| 22 | + |
23 | 23 |
|
24 |
| - |
| 24 | + |
25 | 25 |
|
26 | 26 |
|
src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterTest.php+3-4Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 | 14 |
|
16 | 15 |
|
17 | 16 |
|
| ||
20 | 19 |
|
21 | 20 |
|
22 | 21 |
|
23 |
| - |
| 22 | + |
24 | 23 |
|
25 | 24 |
|
26 | 25 |
|
27 | 26 |
|
28 | 27 |
|
29 | 28 |
|
30 |
| - |
| 29 | + |
31 | 30 |
|
32 |
| - |
| 31 | + |
33 | 32 |
|
34 | 33 |
|
35 | 34 |
|
|
0 commit comments