The FpcCacheContent enumerated type contains values that specify the conditions for which a response will be cached.
typedef enum FpcCacheContent { fpcCacheAlways
The response is always cached, even if the request or response headers indicate that the response should not be cached.
= 0, fpcCacheCacheableAndDynamic
The response is cached only if the headers indicate that the response should be cached, and that the response is dynamic.
= 1, fpcCacheCacheable
The response is cached only if the headers indicate that the response should be cached.
= 2, fpcNeverCache
The response is never cached.
= 3 } FpcRouteCacheContent;
The response is always cached, even if the request or response headers indicate that the response should not be cached.
The response is cached only if the headers indicate that the response should be cached, and that the response is dynamic.
The response is cached only if the headers indicate that the response should be cached.
The response is never cached.
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.