CachePolicyProvider Class

 

Default implementation of ICachePolicyProvider with a set of possible default HTTP caching policies. If no HTTP caching headers have been set on a response then this abstraction is called allowing for a default set of HTTP caching headers to be applied.

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

System.Object
  Microsoft.WindowsAzure.Mobile.Service.Cache.CachePolicyProvider

Public Class CachePolicyProvider
	Implements ICachePolicyProvider

NameDescription
System_CAPS_pubmethodCachePolicyProvider()

Initializes a new instance of the CachePolicyProvider class with a default CachePolicy.

System_CAPS_pubmethodCachePolicyProvider(CachePolicy)

Initializes a new instance of the CachePolicyProvider class with the given policy.

NameDescription
System_CAPS_pubpropertyPolicy

Gets the CachePolicy being applied if no HTTP caching response headers have been set on an HttpResponseMessage.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodSetCacheOptions(HttpResponseMessage)

Applies the CachePolicy options to the given response.

System_CAPS_pubmethodSetCachePolicy(HttpResponseMessage)

System_CAPS_protmethodSetMaxAge(HttpResponseMessage)

Applies the CachePolicyMaxAge value to the given response.

System_CAPS_pubmethodToString()

(Inherited from Object.)

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: