freedomofpress / securethenews

An automated scanner and web dashboard for tracking TLS deployment across news organizations
https://securethe.news
GNU Affero General Public License v3.0
100 stars 25 forks source link

Create signals for clearing cache #66

Closed conorsch closed 7 years ago

conorsch commented 7 years ago

When content updates happen, the caching should be reset, so changes go live quickly.

garrettr commented 7 years ago

Updates to page content made through the Wagtail CMS automatically trigger frontend cache invalidation, thanks to the default behavior of the frontend cache invalidator.

Frontend cache invalidation for updates to content that is not managed by Wagtail requires custom code, and should be handled on a case-by-case basis.