File tree 2 files changed +8
-0
lines changed
user_guide_src/source/concepts
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -193,3 +193,7 @@ How to Enable FileLocator Caching
193
193
Set the following property to ``true `` in **app/Config/Optimize.php **::
194
194
195
195
public bool $locatorCacheEnabled = true;
196
+
197
+ .. note ::
198
+ This property cannot be overridden by
199
+ :ref: `environment variables <configuration-classes-and-environment-variables >`.
Original file line number Diff line number Diff line change @@ -322,6 +322,10 @@ Set the following property to ``true`` in **app/Config/Optimize.php**::
322
322
323
323
public bool $configCacheEnabled = true;
324
324
325
+ .. note ::
326
+ This property cannot be overridden by
327
+ :ref: `environment variables <configuration-classes-and-environment-variables >`.
328
+
325
329
.. note ::
326
330
Prior to v4.5.0, uncomment the following code in **public/index.php **::
327
331
You can’t perform that action at this time.
0 commit comments