Microsoft Internet Security and Acceleration Server 2000

FPCCache.CacheContents Property

Gets an object for reading the contents of the cache. This is done with a reference to an FPCCacheContents object, from which you can use the FetchURL method. This method allows you to force a prefetch of sites.

VBScript Syntax[VBScript]

[ oFPCCacheContents = ] FPCCache.CacheContents

C++ Syntax[C++]

HRESULT get_CacheContents(
  IFPCCacheContents **poFPCCacheContents
);

Parameters

oFPCCacheContents
Reference to an FPCCacheContents object.

This property is read-only.

Applies To

FPCCache