org.zkoss.zk.ZUML.cache
From Documentation
Property:
org.zkoss.zk.ZUML.cache
Applicable: globally in zk.xml via <library-property> not as <custom-attribute>
Default: true
Since 8.5.1
Specifies whether to cache the result of ZK ZUML files (the *.zul files in the classpath loaded by ZumlExtendlet
) at the server. By default, it is enabled. It means the ZUML code specified in a zul file is loaded and cached at the server. The performance is good. However, if you are debugging the ZUML code and you'd like to modify the content without restarting the server, you could disable the caching of ZUML files.