Hello,
I have a custom class and a method inside like this one:
Inside CheckCallFromAsterics.validateCheck() I have the following method:
And it always returns false cause globalCache doesn't contain pair (classstr(CheckCallGetFromAsterics), literalstr(run)))
When it returns false validatecheck() returns true and then globalCache is set with pair (classstr(CheckCallGetFromAsterics), literalstr(run))) in method startProcessed from above.
Method startProcessed starts when I log in.
The question that even thoiugh I have set up pair (classstr(CheckCallGetFromAsterics), literalstr(run))) in global cache. At next login my global cache doesn't contain this value. Does it mean global cache only exists while my user session exists and then it is eliminated?
Thanks.