Microsoft Internet Security and Acceleration Server 2004 SDK

FpcActiveCachingPolicy

The FpcActiveCachingPolicy enumerated type contains values that specify the behavior of the active caching mechanism.

typedef enum FpcActiveCachingPolicy
{
  fpcActiveCachingEmphasizeOnFewerNetworkAccesses
fpcActiveCachingEmphasizeOnFewerNetworkAccesses
Reduced network traffic is more important than the client cache-hit ratio.
 = 1,
  fpcActiveCachingNoEmphasize
fpcActiveCachingNoEmphasize
The client cache-hit ratio and reduced network traffic are equally important.
 = 2,
  fpcActiveCachingEmphasizeOnFasterUserResponse
fpcActiveCachingEmphasizeOnFasterUserResponse
The client cache-hit ratio is more important than reduced network traffic.
 = 3

} FpcActiveCachingPolicy;

Constants

fpcActiveCachingEmphasizeOnFewerNetworkAccesses
Reduced network traffic is more important than the client cache-hit ratio.
fpcActiveCachingNoEmphasize
The client cache-hit ratio and reduced network traffic are equally important.
fpcActiveCachingEmphasizeOnFasterUserResponse
The client cache-hit ratio is more important than reduced network traffic.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Comenum.h.

See Also

Enumerated Types