|
ASPCache Object |
|
See Also: |
Returns the amount of time (in milliseconds) that has elapsed since an item was last accessed.
VBScript:
JScript:
| Cache | An ASPCache object. |
| key | A string key or item handle. |
| timeSinceLastUse | The amount of time (in milliseconds) that has elapsed since an item was last read or written. This is an integer value. |
Reads and writes (using the Item property) set an item's TimeSinceLastUse to 0. Reading or writing an item's other properties (such as Expiration or TimeInCache) do not affect its last-use time.