osm-codes / gridMap-pages

The production version, after gridMap-draftPages. ReactJS + OpenLayers.
Apache License 2.0
0 stars 0 forks source link

Implement SSR Caching - Cache Invalidation #9

Open jsugg opened 1 year ago

jsugg commented 1 year ago

Description

Implement a cache invalidation strategy for the server-side rendered pages. This involves setting rules for when the cache should be invalidated and the content re-rendered.

Acceptance Criteria