FpcCacheAction Enumeration

The FpcCacheAction enumerated type contains values that specify the conditions for which an object will be retrieved from the Forefront TMG cache and the conditions for which a new version of the object will be obtained from the Internet.

Syntax

typedef enum FpcCacheAction {
  fpcServeFromCacheIfValidObjectExists
fpcServeFromCacheIfValidObjectExists

If there is a valid (unexpired) version of the object in the cache, the cached object should be used. Otherwise, a new version of the object should be obtained from the Internet.

   = 0,
  fpcServeFromCacheIfObjectExists
fpcServeFromCacheIfObjectExists

If any version of the object is found in the cache, the cached object should be used. Otherwise, the object should be obtained from the Internet.

		= 1,
  fpcServeFromCacheOnly
fpcServeFromCacheOnly

If any version of the object is found in the cache, the cached object should be used. Otherwise, an error page should be returned, and no attempt should be made to obtain the object from the Internet.

				= 2
} FpcCacheAction;

Constants

fpcServeFromCacheIfValidObjectExists

If there is a valid (unexpired) version of the object in the cache, the cached object should be used. Otherwise, a new version of the object should be obtained from the Internet.

fpcServeFromCacheIfObjectExists

If any version of the object is found in the cache, the cached object should be used. Otherwise, the object should be obtained from the Internet.

fpcServeFromCacheOnly

If any version of the object is found in the cache, the cached object should be used. Otherwise, an error page should be returned, and no attempt should be made to obtain the object from the Internet.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.