org.zkoss.zk.ZUML.cache

From Documentation
Revision as of 06:53, 15 January 2018 by Rudyhuang (talk | contribs) (the *.zul files in the classpath loaded by ZumlExtendlet)


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 : 2018/01/15

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