bestit / contentful-symfony-bundle

A simple contentful bundle providing you with an easy setup, easy contentmodels and a simple api providing the contentful contents as an array.
MIT License
2 stars 3 forks source link

Missing cache in CacheReset #13

Open migo315 opened 6 years ago

migo315 commented 6 years ago

The CacheResetService only contains the best_it_contentful.cache.pool.delivery cache pool. But the updated Contentful entry could be in best_it_contentful.cache.pool.routing too, because the ContentfulSlugMatcher saves the complete entry result in best_it_contentful.cache.pool.routing.

Currently, updated sites in Contentful will not receive the application.

migo315 commented 5 years ago

@avareldev Does this issue is related to our problem today?

b3nl commented 5 years ago

@avareldev Does this issue is related to our problem today?

Yes. But your customer is using the same cache for routing and delivery, so that is not the true problem for your problems 6 days ago. But nonetheless, this should be fixed generally!

migo315 commented 5 years ago

ah ok