@@ -1476,6 +1476,12 @@ app
1476
1476
1477
1477
The cache adapter used by the ``cache.app `` service.
1478
1478
1479
+ .. tip ::
1480
+
1481
+ It might be tough to understand at the beginning, so to avoid confusion remember that all pools perform the
1482
+ same actions but on different medium given the adapter they are based on. Internally, a pool wraps the definition
1483
+ of an adapter.
1484
+
1479
1485
.. note ::
1480
1486
1481
1487
The framework bundle ships with multiple adapters: apcu, doctrine, system,
@@ -1524,6 +1530,10 @@ pools
1524
1530
1525
1531
A list of cache pools to be created by the framework extension.
1526
1532
1533
+ .. seealso ::
1534
+
1535
+ For more information about how pools works, see :ref: `cache pools <component-cache-cache-pools >`.
1536
+
1527
1537
.. _reference-cache-pools-name :
1528
1538
1529
1539
name
@@ -1542,7 +1552,11 @@ adapter
1542
1552
1543
1553
**type **: ``string `` **default **: ``cache.app ``
1544
1554
1545
- A cache adapter.
1555
+ The name of the adapter to use. You could also use your own implementation.
1556
+
1557
+ .. note ::
1558
+
1559
+ Your service MUST implement the :class: `Psr\\ Cache\\ CacheItemPoolInterface ` interface.
1546
1560
1547
1561
public
1548
1562
######
@@ -1574,7 +1588,7 @@ The cache clearer used to clear your PSR-6 cache.
1574
1588
1575
1589
.. seealso ::
1576
1590
1577
- For more information, see :class: `Symfony\\ Component\\ HttpKernel\\ CacheClearer\\ Psr6CacheClearer `
1591
+ For more information, see :class: `Symfony\\ Component\\ HttpKernel\\ CacheClearer\\ Psr6CacheClearer `.
1578
1592
1579
1593
Full Default Configuration
1580
1594
--------------------------
0 commit comments