Cache Routines

include\std_cache_lib.asp

The following cache-related utility routines are defined in this file:

  • CacheFragment
    This sub caches an HTML fragment*.*
  • CacheObject
    This sub caches the specified object.
  • LookupCachedFragment
    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.
  • LookupCachedObject
    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.

Copyright © 2005 Microsoft Corporation.
All rights reserved.