Microsoft Internet Security and Acceleration Server 2000

FpcRouteCacheAction

The FpcRouteCacheAction enumerated type contains values that describe situations in which the proxy uses the cache rather than performing the routing action specified in a routing rule.

enum FpcRouteCacheAction {
  fpcServeFromCacheIfValidObjectExists,
  fpcServeFromCacheIfObjectExists,
  fpcServeFromCacheOnly
};

Members

fpcServeFromCacheIfValidObjectExists
Uses valid cached objects; otherwise, connects to the Internet to get a new version of it.
fpcServeFromCacheIfObjectExists
Uses object from cache (regardless of validity). If it does not exist, connects to the Internet.
fpcServeFromCacheOnly
Uses object from cache (regardless of validity). If it doesn't exist, it returns an error page, but does not connect to the Internet.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires ISA Server 2000.
  Header: Msfpccom.idl.