Details
-
Type:
Improvement
-
Status: Confirmed
-
Priority:
High
-
Resolution: Unresolved
-
Affects Version/s: 5.4.5
-
Fix Version/s: None
-
Component/s: Caching
-
Labels:None
Description
If you are on a full view in the backend of a node and you change there the section of the current node, the complete view cache is expired.
`eZContentObject::expireAllViewCache()` in `eZSection::applyTo()`
`ezpublish_legacy/kernel/classes/ezsection.php`
Current behavior:
In `eZSection::applyTo()` there is a call to `$object->expireAllViewCache()` that expires all view caches.
Desired behavior:
Expiring the same caches as after publishing the object.