Wanted a way to invalidate all cache keys with the same prefix, regardless of cache key KeyFragment
This would be useful as our cache keys are prefixed with an ID as a prefix, it would be useful if we could invalidate all cache values for that ID in one shot
@Barry Tam , I don’t think it is supported. See similar discussion here that happened between Apigee Engineering / docs team. Best bet is the above API, You can implement same as a service callout in your proxy if it works as expected.