Share via


CachePolicyProvider.SetCachePolicy Method (HttpResponseMessage)

 

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

Syntax

public void SetCachePolicy(
    HttpResponseMessage response
)
public:
virtual void SetCachePolicy(
    HttpResponseMessage^ response
) sealed
abstract SetCachePolicy : 
        response:HttpResponseMessage -> unit
override SetCachePolicy : 
        response:HttpResponseMessage -> unit
Public Sub SetCachePolicy (
    response As HttpResponseMessage
)

Implements

ICachePolicyProvider.SetCachePolicy(HttpResponseMessage)

See Also

CachePolicyProvider Class
Microsoft.WindowsAzure.Mobile.Service.Cache Namespace

Return to top