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.
typedef enum FpcCacheAction { 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
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
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;
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.
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.
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.
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.