FpcCacheContent enumeration

Applies to: desktop apps only

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

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

Header

Comenum.h

See also

Enumerated Types

 

 

Build date: 7/12/2010