LookupCachedObject - Solution Sites Routine

This function searches the LRUCache object specified by the sCacheName parameter for the object associated with name specified by the sCacheItemName parameter, returning the object if it is found, and Nothing otherwise.

Definition

Function LookupCachedObject(
  byVal sCacheName,
  byVal sCacheItemName)

Defined in File

include\std_cache_lib.asp

Routines Called

None.

Called By

oCachedDiscountProductInfo

Copyright © 2005 Microsoft Corporation.
All rights reserved.