Skip to content

Commit b741c42

Browse files
committed
minor #17294 [Cache] Tip to not reconfigure system cache (gnito-org)
This PR was merged into the 4.4 branch. Discussion ---------- [Cache] Tip to not reconfigure system cache Add tip to not reconfigure system cache as per `@nicolas`-grekas [comment](#12774 (comment)). Commits ------- aa67292 [Cache] Tip to not reconfigure system cache
2 parents 2c59168 + aa67292 commit b741c42

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cache.rst

+5
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ adapter (template) they use by using the ``app`` and ``system`` key like:
101101
]);
102102
};
103103
104+
.. tip::
105+
106+
While it is possible to reconfigure the system cache, it is not recommended, because
107+
the default is really the best possible configuration.
108+
104109
The Cache component comes with a series of adapters pre-configured:
105110

106111
* :doc:`cache.adapter.apcu </components/cache/adapters/apcu_adapter>`

0 commit comments

Comments
 (0)