Microsoft Internet Security and Acceleration Server 2000

FpcCacheExpirationPolicy

The FpcCacheExpirationPolicy enumerated type contains values that define how soon cached Web pages expire.

enum FpcCacheExpirationPolicy {
  fpcCachePolicyCustom,
  fpcCachePolicyEmphasizeMoreUpdates,
  fpcCachePolicyNoEmphasize,
  fpcCachePolicyEmphasizeMoreCacheHits
};

Members

fpcCachePolicyCustom
Custom policy.
fpcCachePolicyEmphasizeMoreUpdates
Cached objects expire more quickly.
fpcCachePolicyNoEmphasize
Average behavior.
fpcCachePolicyEmphasizeMoreCacheHits
Cached objects live longer.

Requirements

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