View in ref guide.
Edit this option Publish this option Clear draft content
Published Option
playcache.checkversiontime
Default Value: 300
Valid Values: The parameter must be set to integer of value 0 or greater.
Changes Take Effect: Immediately/session
This parameter sets the time period for checking that the source media of
a cache entry has changed. This parameter does not apply to http://, https://,
and file:// URL types, see note below.
When a entry in the cache is played, the source media will be checked for change
if it has not been checked within this time period.
If source media has been found to change the cache file(s) will be
recreated using the changed media.
Setting the value to zero will cause a check to be performed for every play.
The value is set in seconds. The default value is 300.
For http://, https://, and file:// URL types, the checking of the source media
for changes is handled by the fetching module so this parameter does not apply.
For these URL types, if the media content provided by the fetching module
changes it will be used on the next play.
An exception to this is that for file:// URL types, this parameter does not apply if
the prompt is played using the MSML <play> tag with precheck disabled.
Draft Option
No draft option