dark_mode EN
  • Data WBasic :cCache
  • Type Character
  • Initial value ""
  • Possible values "", "session", "global", "flush"

Sets the type of cache that the control will have. By default it will not have a cache and each time it is processed, the control will be completely generated. If is cached, the HTML resulting of your deployment will have saved on disk and will be reused, so is not necessary to process again.

There two types of cache: global and session. The first is used for any request of the page web in the which the control is involved. The second type is only used in the active session and disappears when the session has concluded.

To force the cleaned of l a cache of control can set your its property cCache to 'flush'.

It is also possible to delete the cache at the session level with the instruction FlushCache or at the global level with FlushCache.

Previous chevron_left Next chevron_right