Morning
I have an issue with PopulateCache , LockupCache and Invalidate Cache Policy.
So, I made a simple scenario to show the problem.
When a user hit the /authorize link, I save the proxy.client.ip in a cache using a random value as keyfragment.
I try to retrieve the value of this cache in the redirection call, and I can found it but when I make twice (or more) the same process it raises a fault because it cannot retrieve the value of the cache.
I give the bundle file to make it simple for you.
Cordially