Jump to: navigation, search

Web Engagement Cluster:web:staticResourcesCacheControl

(Rpfeiffer used the OptionPublish action.)
(Rpfeiffer used the OptionEdit action.)
Line 7: Line 7:
 
}}
 
}}
 
{{DraftOption
 
{{DraftOption
 +
|hidden=false
 +
|default=public, max-age=1800
 +
|valid=See '''Extended Description'''
 +
|takeseffect=After server restart
 +
|shortdesc=Define configuration of cache-control header for static web resources.
 
}}
 
}}
 
{{PubExtended
 
{{PubExtended
Line 16: Line 21:
 
}}
 
}}
 
{{DraftExtended
 
{{DraftExtended
 +
|moredesc='''Valid Values:''' any values that follow the cache-control header specification, such as:
 +
*Deny request caching: <tt>private, no-cache, no-store, max-age=0</tt>
 +
*Allow request caching for 1800 seconds: <tt>public, max-age=1800</tt>
 +
 +
For more information, refer to: http://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html and http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html.
 
}}
 
}}
 
{{OptionCreate
 
{{OptionCreate

Revision as of 01:07, March 22, 2018


View in ref guide.

Edit this option          Publish this option          Clear draft content


Published Option

staticResourcesCacheControl

Default Value: public, max-age=1800
Valid Values: See below
Changes Take Effect: After server restart


Define configuration of cache-control header for static web resources.

Valid Values: Any values that follow the cache-control header specification, such as:

  • Deny request caching: private, no-cache, no-store, max-age=0
  • Allow request caching for 1800 seconds: public, max-age=1800

For more information, refer to: http://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html and http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html.

Draft Option

No draft option

Comments or questions about this documentation? Contact us for support!