ICachePolicyProvider::SetCachePolicy Method (HttpResponseMessage^)

 

Applies the default caching header policy to a given response.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Cache
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

void SetCachePolicy(
	HttpResponseMessage^ response
)

Parameters

response
Type: System.Net.Http::HttpResponseMessage^

The current HttpResponseMessage.

Return to top
Show: