Hi Thanks for the question
Vitaliy from the product group answered that question here on SO https://stackoverflow.com/questions/72301346/apim-cache-lookup-value-with-external-redis-key-is-always-prefixed-by-2
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a cache store policy as below
<set-variable name="accesstoken" value="BBBB" /> <cache-store-value key="@((string)context.Variables["accesstoken"])" value="@((String)context.Variables["tokenlookupkeyhash"])" duration="60" caching-type="internal" />
when I trace this , I see the corresponding cache store policy showing key as "2_BBBB" Things seems to be working correctly, but why is trace showing key as 2_BBBB and not just BBBB. I am seeing this prefix 2_ in every cache-store-value policy for the key.
Hi Thanks for the question
Vitaliy from the product group answered that question here on SO https://stackoverflow.com/questions/72301346/apim-cache-lookup-value-with-external-redis-key-is-always-prefixed-by-2