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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing cache in CacheReset

migo315 opened this issue · comments

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.

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

@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!