core/modules/system/core.api.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/system/core.api.php b/core/modules/system/core.api.php index 4ba0a23..5a4ef22 100644 --- a/core/modules/system/core.api.php +++ b/core/modules/system/core.api.php @@ -299,9 +299,9 @@ * In a settings.php file, you can override the class used for a particular * cache bin. For example, if your implementation of * \Drupal\Core\Cache\CacheBackendInterface was called MyCustomCache, the - * following line would make Drupal use it for the 'cache_page' bin: + * following line would make Drupal use it for the 'cache_render' bin: * @code - * $settings['cache_classes']['cache_page'] = 'Drupal\full\namespace\to\MyCustomCache'; + * $settings['cache_classes']['cache_render'] = 'Drupal\full\namespace\to\MyCustomCache'; * @endcode * * Additionally, you can register your cache implementation to be used by