sofascore / purgatory-bundle

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

Automatic purge for OneToMany/ManyToMany relations #65

Open Brajk19 opened 4 months ago

Brajk19 commented 4 months ago

If something is changed on entity which has OneToMany or ManyToMany relation, it would be nice if purgatory could iterate of collection and purge URL for each object. This should be optional because it can result in many unexpected purges if not used carefully.