@@ -66,12 +66,10 @@ adapter (template) they use by using the ``app`` and ``system`` key like:
66
66
<!-- config/packages/cache.xml -->
67
67
<?xml version =" 1.0" encoding =" UTF-8" ?>
68
68
<container xmlns =" http://symfony.com/schema/dic/services"
69
- xmlns : xsi =" http ://www.w3.org/2001/XMLSchema-instance"
69
+ xmlns : xsi =" https ://www.w3.org/2001/XMLSchema-instance"
70
70
xmlns : framework =" http://symfony.com/schema/dic/symfony"
71
- xsi : schemaLocation =" http://symfony.com/schema/dic/services
72
- https://symfony.com/schema/dic/services/services-1.0.xsd
73
- http://symfony.com/schema/dic/symfony
74
- https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"
71
+ xsi : schemaLocation =" https://symfony.com/schema/services-1.0.xsd
72
+ https://symfony.com/schema/symfony-1.0.xsd"
75
73
>
76
74
<framework : config >
77
75
<framework : cache
@@ -144,12 +142,10 @@ Some of these adapters could be configured via shortcuts.
144
142
<!-- config/packages/cache.xml -->
145
143
<?xml version =" 1.0" encoding =" UTF-8" ?>
146
144
<container xmlns =" http://symfony.com/schema/dic/services"
147
- xmlns : xsi =" http ://www.w3.org/2001/XMLSchema-instance"
145
+ xmlns : xsi =" https ://www.w3.org/2001/XMLSchema-instance"
148
146
xmlns : framework =" http://symfony.com/schema/dic/symfony"
149
- xsi : schemaLocation =" http://symfony.com/schema/dic/services
150
- https://symfony.com/schema/dic/services/services-1.0.xsd
151
- http://symfony.com/schema/dic/symfony
152
- https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"
147
+ xsi : schemaLocation =" https://symfony.com/schema/services-1.0.xsd
148
+ https://symfony.com/schema/symfony-1.0.xsd"
153
149
>
154
150
<framework : config >
155
151
<!-- "directory" attribute is only used with cache.adapter.filesystem -->
@@ -241,12 +237,10 @@ You can also create more customized pools:
241
237
<!-- config/packages/cache.xml -->
242
238
<?xml version =" 1.0" encoding =" UTF-8" ?>
243
239
<container xmlns =" http://symfony.com/schema/dic/services"
244
- xmlns : xsi =" http ://www.w3.org/2001/XMLSchema-instance"
240
+ xmlns : xsi =" https ://www.w3.org/2001/XMLSchema-instance"
245
241
xmlns : framework =" http://symfony.com/schema/dic/symfony"
246
- xsi : schemaLocation =" http://symfony.com/schema/dic/services
247
- https://symfony.com/schema/dic/services/services-1.0.xsd
248
- http://symfony.com/schema/dic/symfony
249
- https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"
242
+ xsi : schemaLocation =" https://symfony.com/schema/services-1.0.xsd
243
+ https://symfony.com/schema/symfony-1.0.xsd"
250
244
>
251
245
<framework : config >
252
246
<framework : cache default-memcached-provider =" memcached://localhost" >
@@ -361,9 +355,8 @@ with either :class:`Symfony\\Contracts\\Cache\\CacheInterface` or
361
355
<!-- config/services.xml -->
362
356
<?xml version =" 1.0" encoding =" UTF-8" ?>
363
357
<container xmlns =" http://symfony.com/schema/dic/services"
364
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
365
- xsi : schemaLocation =" http://symfony.com/schema/dic/services
366
- https://symfony.com/schema/dic/services/services-1.0.xsd"
358
+ xmlns : xsi =" https://www.w3.org/2001/XMLSchema-instance"
359
+ xsi : schemaLocation =" https://symfony.com/schema/services-1.0.xsd"
367
360
>
368
361
<services >
369
362
<!-- ... -->
@@ -423,12 +416,10 @@ and use that when configuring the pool.
423
416
<!-- config/packages/cache.xml -->
424
417
<?xml version =" 1.0" encoding =" UTF-8" ?>
425
418
<container xmlns =" http://symfony.com/schema/dic/services"
426
- xmlns : xsi =" http ://www.w3.org/2001/XMLSchema-instance"
419
+ xmlns : xsi =" https ://www.w3.org/2001/XMLSchema-instance"
427
420
xmlns : framework =" http://symfony.com/schema/dic/symfony"
428
- xsi : schemaLocation =" http://symfony.com/schema/dic/services
429
- https://symfony.com/schema/dic/services/services-1.0.xsd
430
- http://symfony.com/schema/dic/symfony
431
- https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"
421
+ xsi : schemaLocation =" https://symfony.com/schema/services-1.0.xsd
422
+ https://symfony.com/schema/symfony-1.0.xsd"
432
423
>
433
424
<framework : config >
434
425
<framework : cache >
@@ -515,12 +506,10 @@ Symfony stores the item automatically in all the missing pools.
515
506
<!-- config/packages/cache.xml -->
516
507
<?xml version =" 1.0" encoding =" UTF-8" ?>
517
508
<container xmlns =" http://symfony.com/schema/dic/services"
518
- xmlns : xsi =" http ://www.w3.org/2001/XMLSchema-instance"
509
+ xmlns : xsi =" https ://www.w3.org/2001/XMLSchema-instance"
519
510
xmlns : framework =" http://symfony.com/schema/dic/symfony"
520
- xsi : schemaLocation =" http://symfony.com/schema/dic/services
521
- https://symfony.com/schema/dic/services/services-1.0.xsd
522
- http://symfony.com/schema/dic/symfony
523
- https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"
511
+ xsi : schemaLocation =" https://symfony.com/schema/services-1.0.xsd
512
+ https://symfony.com/schema/symfony-1.0.xsd"
524
513
>
525
514
<framework : config >
526
515
<framework : cache >
@@ -609,12 +598,10 @@ to enable this feature. This could be added by using the following configuration
609
598
<!-- config/packages/cache.xml -->
610
599
<?xml version =" 1.0" encoding =" UTF-8" ?>
611
600
<container xmlns =" http://symfony.com/schema/dic/services"
612
- xmlns : xsi =" http ://www.w3.org/2001/XMLSchema-instance"
601
+ xmlns : xsi =" https ://www.w3.org/2001/XMLSchema-instance"
613
602
xmlns : framework =" http://symfony.com/schema/dic/symfony"
614
- xsi : schemaLocation =" http://symfony.com/schema/dic/services
615
- https://symfony.com/schema/dic/services/services-1.0.xsd
616
- http://symfony.com/schema/dic/symfony
617
- https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"
603
+ xsi : schemaLocation =" https://symfony.com/schema/services-1.0.xsd
604
+ https://symfony.com/schema/symfony-1.0.xsd"
618
605
>
619
606
<framework : config >
620
607
<framework : cache >
@@ -662,12 +649,10 @@ achieved by specifying the adapter.
662
649
<!-- config/packages/cache.xml -->
663
650
<?xml version =" 1.0" encoding =" UTF-8" ?>
664
651
<container xmlns =" http://symfony.com/schema/dic/services"
665
- xmlns : xsi =" http ://www.w3.org/2001/XMLSchema-instance"
652
+ xmlns : xsi =" https ://www.w3.org/2001/XMLSchema-instance"
666
653
xmlns : framework =" http://symfony.com/schema/dic/symfony"
667
- xsi : schemaLocation =" http://symfony.com/schema/dic/services
668
- https://symfony.com/schema/dic/services/services-1.0.xsd
669
- http://symfony.com/schema/dic/symfony
670
- https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"
654
+ xsi : schemaLocation =" https://symfony.com/schema/services-1.0.xsd
655
+ https://symfony.com/schema/symfony-1.0.xsd"
671
656
>
672
657
<framework : config >
673
658
<framework : cache >
@@ -819,13 +804,11 @@ Then, register the ``SodiumMarshaller`` service using this key:
819
804
<!-- config/packages/cache.xml -->
820
805
<?xml version =" 1.0" encoding =" UTF-8" ?>
821
806
<container xmlns =" http://symfony.com/schema/dic/services"
822
- xmlns : xsi =" http ://www.w3.org/2001/XMLSchema-instance"
807
+ xmlns : xsi =" https ://www.w3.org/2001/XMLSchema-instance"
823
808
xmlns : framework =" http://symfony.com/schema/dic/symfony"
824
- xsi : schemaLocation =" http://symfony.com/schema/dic/services
825
- https://symfony.com/schema/dic/services/services-1.0.xsd
826
- http://symfony.com/schema/dic/symfony
827
- https://symfony.com/schema/dic/symfony/symfony-1.0.xsd" >
828
-
809
+ xsi : schemaLocation =" https://symfony.com/schema/services-1.0.xsd
810
+ https://symfony.com/schema/symfony-1.0.xsd"
811
+ >
829
812
<!-- ... -->
830
813
831
814
<services >
@@ -950,12 +933,10 @@ a message bus to compute values in a worker:
950
933
<!-- config/packages/framework.xml -->
951
934
<?xml version =" 1.0" encoding =" UTF-8" ?>
952
935
<container xmlns =" http://symfony.com/schema/dic/services"
953
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
954
- xmlns : framework =" http://symfony.com/schema/dic/symfony"
955
- xsi : schemaLocation =" http://symfony.com/schema/dic/services
956
- https://symfony.com/schema/dic/services/services-1.0.xsd
957
- http://symfony.com/schema/dic/symfony
958
- https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"
936
+ xmlns : xsi =" https://www.w3.org/2001/XMLSchema-instance"
937
+ xmlns : framework =" http://symfony.com/schema/dic/symfony"
938
+ xsi : schemaLocation =" https://symfony.com/schema/services-1.0.xsd
939
+ https://symfony.com/schema/symfony-1.0.xsd"
959
940
>
960
941
<framework : config >
961
942
<framework : cache >
0 commit comments