org.zkoss.zk.ZUML.cache

From Documentation


org.zkoss.zk.ZUML.cache


Property:

org.zkoss.zk.ZUML.cache
Applicable:
Dndsmalltalk-check-icon.png globally in zk.xml via <library-property>
Dndsmalltalk-cross-icon.png 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.



Last Update : 2022/03/14

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.