diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 8f1fe9b091e..3291785f545 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -105,7 +105,7 @@ Configuration * `php_errors`_ * `log`_ * `throw`_ -* `cache `_ +* :ref:`cache ` * `prefix_seed`_ secret @@ -1489,6 +1489,8 @@ throw Throw PHP errors as ``\ErrorException`` instances. The parameter ``debug.error_handler.throw_at`` controls the threshold. +.. _reference-cache: + cache ~~~~~