Hello,
inside the SS template i got
<% cached Children.max(LastEdited) %>
<% loop Children %>
<h3>$Title</h3>
$Thumbnail
<% end_loop %>
<% end_cached %>
Each sub page got a thumb-nail image attached. In CMS, if i change the thumb-nail image via the UploadField, click 'Save and Publish', the 'LastEdited' field doesn't change (probably because i did not change the content of it?) and thus the change is not reviewed on the front pages. Is this a SS bug that the field 'LastEdited' not changed even though i click on the 'Save and Publish" ?
How to get around this partial caching problem?