2.2.1.2.9 FRS_REQUESTED_STAGING_POLICY
The FRS_REQUESTED_STAGING_POLICY enumerated type indicates the staging policy for the server to use.
-
typedef enum { SERVER_DEFAULT = 0, STAGING_REQUIRED = 1, RESTAGING_REQUIRED = 2 } FRS_REQUESTED_STAGING_POLICY;
SERVER_DEFAULT: The client indicates to the server that the server is free to use or bypass its cache.
STAGING_REQUIRED: The client indicates to the server to store the served content in its cache.
RESTAGING_REQUIRED: The client indicates to the server to purge existing content from its cache.