bIsStepSearchPageCached - Solution Sites Routine

This function checks whether this page has already been generated and cached.

Definition

Function bIsStepSearchPageCached(
  sCategoryName,
  sCatalogName,
  byRef htmPageContent,
  byRef sCacheKey)

Parameters

  • sCategoryName
    A string containing the category name.
  • sCatalogName
    A string containing the category name.
  • htmPageContent
    A string returning the cached page.
  • sCacheKey
    A string returning the cache key.

Return Value

A Boolean that indicates whether the page is cached. True indicates the page is cached. False indicates the page is not cached.

Defined in File

stepsrch.asp

Routines Called

LookupCachedFragment

Called By

Main (stepsrch.asp)

Remarks

If the page is not cached, the htmPageContent parameter returns the empty string. However, the cache key, consisting of the category and catalog names, is still returned.

Copyright © 2005 Microsoft Corporation.
All rights reserved.