Share via


CachePolicyProvider.Policy Property

 

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

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

Syntax

public CachePolicy Policy {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property CachePolicy^ Policy {
    [CompilerGeneratedAttribute]
    CachePolicy^ get();
    [CompilerGeneratedAttribute]
    private: void set(CachePolicy^ value);
}
member Policy : CachePolicy with get, private set
Public Property Policy As CachePolicy
    Get
    Private Set
End Property

Property Value

Type: Microsoft.WindowsAzure.Mobile.Service.Cache.CachePolicy

See Also

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

Return to top