Is it possible to Invalidate ResponseCache

We are using ResponseCache to cache a resource that doesn't get updated periodically. However, in the event it gets updated before the ResponseCache expires, we will still get the old data. Is there a specific and straight forward way to invalidate the Cache that was populated using ResponseCache?

0 2 133
2 REPLIES 2

You can invalidate the cache entry using the cache key or the key pattern by utilizing the invalidate cache policy.

https://community.apigee.com/questions/59163/best-way-to-invalidate-cache.html

Not applicable

have a look at this document. link