|
ASPCache Object |
|
See Also: |
Returns the period of time before an item expires.
VBScript:
JScript:
| Cache | An ASPCache object. |
| key | A string key or item handle. |
| expireTime | The period of time
(in milliseconds) left before the item expires. This is an integer
value. If this value is 0 or negative, the item will not be expired. |
Unlike flushing, expiration is a per-item setting.
To set an item's expiration, use SetExpiration().
For more information on expiration, see the Expiration topic.