Ragarding clearing cache entries.

Hi ,

The API call to clear cache entries documented here mentions that we can scope it by CacheKey prefix. Just wanted to confirm if I do not mention prefix will it clear all the cache entries of that environment or prefix is mandatory?

1 1 300
1 REPLY 1

I tried the API call, it clears all the entries of a cache in an environment when prefix parameter is not used.

But when I tried using the option prefix to clear the a particular cache entry , it is making the other cache lookup(with different prefix) fail in an unpredictable manner. Othe cache look up is failing in an alternative fashion or failing only during the first call after clearing the cache when prefix is used. Please let me know if anybody else has come across this kind of inconsistent behavior and the reason behind this.