-
Notifications
You must be signed in to change notification settings - Fork 678
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGS-5816] Provides update notes for PAPC Drupal Module update.
- Loading branch information
Ryan Wagner
committed
Mar 27, 2024
1 parent
a3d3401
commit bd2bca2
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: Pantheon Advanced Page Cache Drupal File Caching Improvements | ||
published_date: "2024-03-26" | ||
categories: [new-feature, drupal, tools-apis, modules] | ||
--- | ||
The [Pantheon Advanced Page Cache Module](https://www.drupal.org/project/pantheon_advanced_page_cache) has received an update in the 2.2.0 release which resolves [Issues #3337669](https://www.drupal.org/project/pantheon_advanced_page_cache/issues/3337669) and provides some additional enhancements. Now, when any file is updated inside the Drupal File system, that file will have its edge cache cleared immediately and new content will be shown. | ||
|
||
Technical Details: The cache clearing is specifically triggered by any action which invokes the [update file hook](https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Entity%21entity.api.php/function/hook_entity_update/10). If the file is an image, all image styles will also have their edge cache entry cleared. |