Skip to content

Commit 6b80f3d

Browse files
committed
docs: update user guide
1 parent 6cf6f93 commit 6b80f3d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

user_guide_src/source/general/configuration.rst

+9-2
Original file line numberDiff line numberDiff line change
@@ -378,10 +378,11 @@ Confirming Config Values
378378
************************
379379

380380
The actual Config object property values are changed at runtime by the :ref:`registrars`
381-
and :ref:`Environment Variables <configuration-classes-and-environment-variables>`.
381+
and :ref:`Environment Variables <configuration-classes-and-environment-variables>`,
382+
and :ref:`factories-config-caching`.
382383

383384
CodeIgniter has the following :doc:`command <../cli/spark_commands>` to check
384-
Config values.
385+
the actual Config values.
385386

386387
.. _spark-config-check:
387388

@@ -417,3 +418,9 @@ The output is like the following:
417418
public 'CSPEnabled' -> boolean false
418419
)
419420
421+
Config Caching: Disabled
422+
423+
You can see if Config Caching is eabled or not.
424+
425+
.. note:: If Config Caching is enabled, the cached values are used permanently.
426+
See :ref:`factories-config-caching` for details.

0 commit comments

Comments
 (0)