FPCRoutingRule.CacheResponseCondition
Property
Gets or sets under what conditions a response is cached.
Note This property is not
available in firewall mode. For more information, see ISA Server Modes.
VBScript Syntax[VBScript]
FPCRoutingRule.CacheResponseCondition [ = Condition ]
C++ Syntax[C++]
HRESULT get_CacheResponseCondition(
FpcRouteCacheContent *pCondition
);
HRESULT put_CacheResponseCondition(
FpcRouteCacheContent Condition
);
Parameters
- Condition
- Value from the FpcRouteCacheContent enumerated type.
The value can be
- fpcCacheAlways: the response is always cached, even if the
request or response headers indicate that the response should not
be cached.
- fpcCacheOnlyIfNotDynamic: the response is cached only if the
headers indicate that the response should be cached.
- fpcNeverCache: the response is never cached.
The property is read-write.
Applies To
FPCRoutingRule