org.zkoss.bind.disableMethodCache
Property:
org.zkoss.bind.disableMethodCache
Applicable:
-
globally in
zk.xml
via<library-property>
-
not as
<custom-attribute>
Set to disable method cache in MVVM.
Notice that it is not recommended to use in production, you can use this when developing (hot-swap).
Default: false
<library-property>
<name>org.zkoss.bind.disableMethodCache</name>
<value>true</value>
</library-property>
...