From aa672928388fc52e61a757026e24b3f7c241f7b4 Mon Sep 17 00:00:00 2001 From: gnito-org <70450336+gnito-org@users.noreply.github.com> Date: Sat, 24 Sep 2022 08:51:35 -0300 Subject: [PATCH] [Cache] Tip to not reconfigure system cache --- cache.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cache.rst b/cache.rst index 9982c33a7cf..534a11b2573 100644 --- a/cache.rst +++ b/cache.rst @@ -96,6 +96,11 @@ adapter (template) they use by using the ``app`` and ``system`` key like: ], ]); +.. tip:: + + While it is possible to reconfigure the system cache, it is not recommended, because + the default is really the best possible configuration. + The Cache component comes with a series of adapters pre-configured: * :doc:`cache.adapter.apcu `