CacheObject - Solution Sites Routine

This sub caches the specified object.

Definition

Sub CacheObject(
  byVal sCacheName,
  byVal sCacheItemName,
  byVal oObject)

Parameters

  • sCacheName
    A string containing the name of the cache.
  • sCacheItemName
    A string used to identify the cached object.
  • oObject
    The object to be cached.

Defined in File

include\std_cache_lib.asp

Routines Called

None.

Called By

oCachedDiscountProductInfo

Copyright © 2005 Microsoft Corporation.
All rights reserved.