|
ASPCache Object |
|
See Also: |
Returns the handle corresponding to the string key
VBScript:
JScript:
| Cache | An ASPCache object. |
| sKey | A string key for an item in the cache. |
| h | The handle for the item. If sKey does not exist, InvalidHandle (-1) is returned. |
HandleOf is the inverse of KeyOf.
For more information on handles, see the Handles topic.