Microsoft Internet Security and Acceleration Server 2000

FPCRoutingRule.UseCacheCondition Property

Gets or sets the condition in which a cache should be used rather than the routing action specified:

Note  This property is not available in firewall mode. For more information see ISA Server Modes.

VBScript Syntax[VBScript]

FPCRoutingRule.UseCacheCondition [ = RouteCacheAction ]

C++ Syntax[C++]

HRESULT get_UseCacheCondition(
  FpcRouteCacheAction *pRouteCacheAction
);
 
HRESULT put_UseCacheCondition(
  FpcRouteCacheAction RouteCacheAction
);

Parameters

RouteCacheAction
Type of cache using behavior. It can have a value of the FpcRouteCacheAction enumerated type.

The property is read-write.

Remarks

You can configure whether caching takes precedence over routing; that is, you can specify whether an object should be retrieved from the ISA Server cache or whether the request should be routed to the Internet or another proxy server.

Applies To

FPCRoutingRule