org.zkoss.zk.WCS.cache"

From Documentation
(Created page with " {{ZKConfigurationReferencePageHeader}} '''Property:''' org.zkoss.zk.WCS.cache Default: <i>true</i> [since 5.0.11] [since 6.0.1] Specifies whether to cache the result of ...")
 
m
Line 5: Line 5:
  
 
  Default: <i>true</i>
 
  Default: <i>true</i>
  [since 5.0.11]  [since 6.0.1]  
+
  [since 5.0.11]
  
 
Specifies whether to cache the result of ZK WCS files (the stylesheets of components) at the server. By default, it is enabled. It means the Stylesheet  specified in a WCS file is loaded and cached at the server. The performance is good. However, if you are debugging the widget styling and you'd like to modify the content without restarting the server, you could disable the caching of WCS files.
 
Specifies whether to cache the result of ZK WCS files (the stylesheets of components) at the server. By default, it is enabled. It means the Stylesheet  specified in a WCS file is loaded and cached at the server. The performance is good. However, if you are debugging the widget styling and you'd like to modify the content without restarting the server, you could disable the caching of WCS files.

Revision as of 01:34, 11 April 2012



Property:

org.zkoss.zk.WCS.cache
Default: true
[since 5.0.11]

Specifies whether to cache the result of ZK WCS files (the stylesheets of components) at the server. By default, it is enabled. It means the Stylesheet specified in a WCS file is loaded and cached at the server. The performance is good. However, if you are debugging the widget styling and you'd like to modify the content without restarting the server, you could disable the caching of WCS files.

Notice that you don't have to turn it off if you restart the server each time you modify the widget's css files.



Last Update : 2012/04/11

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