Does anybody know if it is possible to access the cached values of display methods in a form? The cache seems only to be used when displaying the values to the user. But when using the value in code by calling the display method, the method gets executed.
So is there a way to access these cached values or would you have to write your own caching?
*This post is locked for comments
I have the same question (0)i believe you have to write your own, display method cache is only the client side cache and would not work if you try to use the method in the code