org.zkoss.bind.disableMethodCache
From Documentation
Since 9.6.0
Property:
org.zkoss.bind.disableMethodCache
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>
...
Version History