We have a profile page type where a professional's bio can be entered in the Form tab. When a regular form field (text box, multiple choice) is updated, the cached is cleared on check-in and we see the changes right away as expected.On the profile page there is also a Repeater web part listing the person's related articles. However, when we add/remove related documents (via the bio form via the related pages form control) and check in the changes, the profile page does not reflect the change. The only way we have managed to have the cached cleared is:System =@ Clear Cache (too heavy handed, and content editors do not have access)Pages =@ Design tab =@ check out / check in (too complicated, and content editors may not have access to the Design tab)We have tried with unsuccessful results:Pages =@ Properties =@ General =@ Clear Output CacheAdding a OutputCacheDependencies web partSetting the Repeater web part's Partial Cache dependenciesFor #2 and #3, we have tried:nodeid|{% CurrentPageInfo.NodeID #%}|relationshipsnodeid|{% CurrentPageInfo.NodeID #%}|(relationship name)nodes|(site)|(profile page type)|allMaybe our dummy keys are incorrect, but the documentation (https://docs.kentico.com/display/K82/Setting+cache+dependencies) doesn't have an example for related pages.
↧