
Hi,
when I enable the cache attribute on the display method, or use the property cache data method YES instead of the attribute. When i refresh the page and debug, the display method always gets called. Does that mean caching is not working?
and is using the form property enough alone, there is no need to put the attribute?
Another thing. if I put the attribute parameter of the display method to false, does it make performance better?
My display method value will never change for the same record. Also whenever a new record gets created, i get correct value in the display method even though the parameter of the attribute is set to false. So shall i keep it false?
Hi junior AX,
Please check this thread, if you haven't already. This might answer the questions you have regarding display method caching.
Since the values for your display method doesn't change, I would suggest you keep the attribute parameter value as "Yes"