inet_cache_control_max_age
Internet fetch HTTP/1.1 max-age directive for controlling caching.
Value |
Integer: 0–INT_MAX (seconds), or -1 to disable (use normal caching). |
Default |
-1 |
How to set |
Set in a VoiceXML application, using the maxage attribute. Set in the voice browser, using the Cache-Control:max-age header in a SPEAK or LOAD-LEXICON method. Set in the session xml file for the application. Configure the <speechsynth> element located under <sessionparameters>, <speechserver>.
|
Usage |
Seldom used. Restricts caching to using content whose age is no greater than the specified time, even if the web server allows caching for a longer period of time. |