can I set value to cachehit for the lookupcache

Not applicable

Hi,

can I set value to cachehit for the look-up-cache? I have the variable value as true/false and wanted to modify this value to false/true. So I'm using this java script call out.

context.setVariable("lookupcache.Lookup-Token-Cache.cachehit", false);

But value is still there as old value. Trace tool is showing as !=false or !=true. Attached the screenshot. why it is not updating the value. Thanks for helping me. capture.png

0 2 275
2 REPLIES 2

Hi @Swapna,

These are read-only variables. Please check the documentation regarding same.

Whenever you see a != sign in the trace that means the variable being written to is protected and read-only.

Hope that helps!

Why would you want to do this?

Can you explain your goal in doing so? Maybe there's a better way to go about it.