I have a usecase where modifications are made to a CI and published. We need to expire the cache on both management and live stage. I am using ContentUtil to do that. I recursivly clear the entire page cache for the CI. The problem is that the cache expires on the management stage but not live. I do see that the request was received to clear cache but, iI still see the old content. Also, the cache expire request is only being received for the CI and not the other components/regions.
Anyone else has done this before and knows whats going on?