From 1cf25893d878e1f2ab186fe52b7563801ee96766 Mon Sep 17 00:00:00 2001 From: ADmad Date: Sat, 9 May 2026 13:32:18 +0530 Subject: [PATCH] Fix config name in caching documentation --- docs/en/core-libraries/caching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/core-libraries/caching.md b/docs/en/core-libraries/caching.md index 904a99c17a..30ded4e124 100644 --- a/docs/en/core-libraries/caching.md +++ b/docs/en/core-libraries/caching.md @@ -53,7 +53,7 @@ process. Cache engine configurations are defined in **config/app.php**. For optimal performance CakePHP requires two cache engines to be defined. -- `_cake_core_` is used for storing file maps, and parsed results of +- `_cake_translations_` is used for storing file maps, and parsed results of [Internationalization & Localization](../core-libraries/internationalization-and-localization) files. - `_cake_model_`, is used to store schema descriptions for your applications models.