Microsoft Internet Security and Acceleration Server 2000

FpcRouteCacheContent

The FpcRouteCacheContent enumerated type contains values that describe the conditions under which a response will be cached.

enum FpcRouteCacheContent{
  fpcCacheAlways,
  fpcCacheOnlyIfNotDynamic,
  fpcNeverCache
} FpcRouteCacheContent;

Members

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.