core/modules/dynamic_page_cache/dynamic_page_cache.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/dynamic_page_cache/dynamic_page_cache.module b/core/modules/dynamic_page_cache/dynamic_page_cache.module index 518a572..877d3a8 100644 --- a/core/modules/dynamic_page_cache/dynamic_page_cache.module +++ b/core/modules/dynamic_page_cache/dynamic_page_cache.module @@ -2,7 +2,7 @@ /** * @file - * Caches responses, cacheability, request and response policies allowing. + * Caches responses for all users, handling dynamic content correctly. */ use Drupal\Core\Routing\RouteMatchInterface;