CachePolicyMessageHandler Class

 

If no HTTP response cache control headers have been added to the HttpResponseMessage then invoke the registered ICachePolicyProvider to allow it to set the default HTTP response cache headers.

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

System.Object
  System.Net.Http.HttpMessageHandler
    System.Net.Http.DelegatingHandler
      Microsoft.WindowsAzure.Mobile.Service.Cache.CachePolicyMessageHandler

public class CachePolicyMessageHandler : DelegatingHandler

NameDescription
System_CAPS_pubmethodCachePolicyMessageHandler(HttpConfiguration)

Initializes a new instance of the CachePolicyMessageHandler class.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: