Microsoft Internet Security and Acceleration Server 2004 SDK

ActiveCachingPolicy Property of IFPCActiveCacheConfiguration[C++]

FPCActiveCacheConfiguration.ActiveCachingPolicy [Visual Basic]

[C++]

The ActiveCachingPolicy property gets or sets a value from the FPCActiveCachingPolicy enumerated type that specifies the policy for prefetching popular objects into the cache.

HRESULT get_ActiveCachingPolicy(
  FpcActiveCachingPolicy* pPolicy
);

HRESULT put_ActiveCachingPolicy(
  FpcActiveCachingPolicy Policy
);

Parameters

pPolicy
Pointer to a variable that on return receives the value from the FPCActiveCachingPolicy enumerated type specifying the policy for prefetching popular objects into the cache.
Policy
Value from the FPCActiveCachingPolicy enumerated type that specifies the policy for prefetching popular objects into the cache.

Return Values

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write.

[Visual Basic]

The ActiveCachingPolicy property gets or sets a value from the FPCActiveCachingPolicy enumerated type that specifies the policy for prefetching popular objects into the cache.

Property ActiveCachingPolicy As FpcActiveCachingPolicy

Property Value

Value from the FPCActiveCachingPolicy enumerated type that specifies the policy for prefetching popular objects into the cache.

Remarks

This property is read/write.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCActiveCacheConfiguration