The FpcActiveCachingPolicy enumerated type contains values that specify the behavior of the active caching mechanism.
typedef enum FpcActiveCachingPolicy { fpcActiveCachingEmphasizeOnFewerNetworkAccesses
Reduced network traffic is more important than the client cache-hit ratio.
= 1, fpcActiveCachingNoEmphasize
The client cache-hit ratio and reduced network traffic are equally important.
= 2, fpcActiveCachingEmphasizeOnFasterUserResponse
The client cache-hit ratio is more important than reduced network traffic.
= 3 } FpcActiveCachingPolicy;
Reduced network traffic is more important than the client cache-hit ratio.
The client cache-hit ratio and reduced network traffic are equally important.
The client cache-hit ratio is more important than reduced network traffic.
Active caching is always disabled in Forefront TMG.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.