sofascore / purgatory-bundle

Invalidate caches and achieve high hitrate with readable and maintainable annotations
MIT License
45 stars 0 forks source link

Add support for purging localized routes #42

Closed shule727 closed 1 year ago

shule727 commented 2 years ago

When purging a route, it would be nice to be have support for purging all it's localized versions.

E.g.

purging www.website.com/en/posts

would also trigger purging

www.website.com/it/posts www.website.com/es/posts ... etc

lskupnjak commented 1 year ago

Will be solved through https://github.com/sofascore/purgatory/issues/41