LookupCachedFragment - Solution Sites Routine
This function searches the LRUCache object specified by the sCacheName parameter for the fragment (a string) associated with name specified by the sCacheItemName parameter, returning the fragment if it is found, and Null otherwise.
Definition
Function LookupCachedFragment(
byVal sCacheName,
byVal sCacheItemName)
Defined in File
Routines Called
Called By
Remarks
The source code includes sample debug code that will show if a fragment was cached.
Copyright © 2005 Microsoft Corporation.
All rights reserved.