ubyssey / ubyssey.ca

The code that powers www.ubyssey.ca
GNU General Public License v2.0
36 stars 41 forks source link

Enable page caching with Wagtail cache #1362

Closed psiemens closed 10 months ago

psiemens commented 10 months ago

What problem does this PR solve?

This PR enables the Wagtail Cache library, which was previously misconfigured.

It also adds cache invalidation logic that clears pages (and their parents) from the cache when they are updated.