maplibre/martin

Cache invalidation

Open

#1,707 opened on Feb 26, 2025

 (1 comment) (4 reactions) (0 assignees)Rust (377 forks)auto 404
help wantedserving

Repository metrics

Stars
 (3,761 stars)
PR merge metrics
 (PR metrics pending)

Description

I would like to know for possible solutions for invalidation of cached tiles. When I update any feature in my DB, it doesn't reflect on UI, even after refresh on UI.

My setup UI <-> MARTIN <-> POSTGIS

1 solution is setting cache_size to 0, but that impacts performance badly.

Contributor guide