|
ASPCache Object |
|
See Also: |
Returns the number of hits on an item in the cache.
VBScript:
JScript:
| Cache | An ASPCache object. |
| key | A string key or item handle . |
| nHits | The number of hits on this item since it was added to the cache. |
When an item is added, it start with 0 hits. Reads and
writes (using the Item property) both add 1 to an item's hit
count. Reading or writing an item's other properties (such as Expiration or TimeInCache) do not affect its hit count.