Parameters

-action list
Lists the file names stored in all caches (default) or a cache specified by the -cache parameter.
-action listDetails
Lists all files in all caches (default) or a cache specified by the -cache parameter, with full details including expiry time, file size and creation time.
-action expire
Expires everything in all caches (default) or in a cache specified by the -cache parameter. You will be prompted for confirmation.
-age numberOfMinutes
Expires all resources in the caches that are older than a certain age expressed in minutes. The -age option cannot be used with the -olderThan option.
-cache
Specifies the type of cache to expire or display file names for. Valid values are:
  • audio
  • vxml
  • ccxml
  • all
The default is all.
-force
When used with -action expire, expires without prompting for confirmation. When used with the -delete option, suppresses the warning message displayed by default.
-delete vxml
When used with the expire action, any resources in the VoiceXML cache will be marked as expired and deleted from the system (disk). Unless suppressed by also specifying the -force option, a warning is displayed when this option is set. The -delete vxml option is designed for disposing of VoiceXML cache items from dynamically generated URIs that include a date-timestamp or other unique identifier, which makes re-fetching such cached items difficult. It should not be used with resources that are likely to be re-fetched by an application in the near future. It cannot be used with Audio cache or CCXML cache resources.

By default, Blueworx Voice Response retains expired cache items so that they can be re-fetched easily if modified. With dynamic documents, the HTTP header Cache-Control value can be set to no-cache to avoid caching resources that cannot be re-fetched.

-olderThan date
Expires all resources in the caches that are older than a certain date and time in the format DAY Mon dd hh:mm:ss LOC YYYY, where:
DAY
Day of the week
Mon
Month
dd
Date in the month
hh
Hour
mm
Minute
LOC
Local timezone
YYYY
Year
The -olderThan option cannot be used with the -age option.
-batchFile fileName
When used with the expire action, reads a specified ASCII file listing the names of cached files (one per line) and expires each entry.
whitespace-separated list of cached files
When used with the expire action, expires each entry in the list.
-h
Prints this help information.
-?
Prints this help information.