FpcCacheContent Enumeration

The FpcCacheContent enumerated type contains values that specify the conditions for which a response will be cached.

Syntax

typedef enum FpcCacheContent {
  fpcCacheAlways                = 0,
  fpcCacheCacheableAndDynamic   = 1,
  fpcCacheCacheable             = 2,
  fpcNeverCache                 = 3
} FpcRouteCacheContent;

Constants

  • fpcCacheAlways
    The response is always cached, even if the request or response headers indicate that the response should not be cached.

  • fpcCacheCacheableAndDynamic
    The response is cached only if the headers indicate that the response should be cached, and that the response is dynamic.

  • fpcCacheCacheable
    The response is cached only if the headers indicate that the response should be cached.

  • fpcNeverCache
    The response is never cached.

Requirements

Client Requires Windows 7 or Windows Vista.
Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
Header

Declared in Comenum.h.

See Also

Enumerated Types

Send comments about this topic to Microsoft

Build date: 6/30/2010