OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.37k stars 1.12k forks source link

Prevent caching GetTaxonomy Action #8628

Closed HermesSbicego-Laser closed 1 year ago

HermesSbicego-Laser commented 1 year ago

That action is called by LocalizedTaxonomyField editor view and need to not serve cached data

MatteoPiovanelli-Laser commented 1 year ago

@sebastienros to clarify this: If the results results from that action are cached, the backoffice UI for taxonomyfields in localizable contentItems may result inconsistent after an update where the selected terms have been changed.