|
ASPCache Object |
|
See Also: |
Sets/retrieves the period (in milliseconds) between background cleanup operations.
VBScript:
JScript:
| Cache | An ASPCache object. |
| interval | The time (in milliseconds) between background thread flushing operations. |
By default, flushing is disabled.
When flushing is enabled, a background thread is
periodically run that performs cleanup operations. The
FlushInterval property specifies how often this
background thread runs. Cleanup includes:
Other properties related to flushing are FlushEnabled and FlushTimeout. For more information on flushing,
see Flushing.