Share via


CachePolicy.Options Property

 

Gets or sets the CacheOptions to include with the Cache-Control HTTP header field.

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

Syntax

public CacheOptions Options { get; set; }
public:
property CacheOptions Options {
    CacheOptions get();
    void set(CacheOptions value);
}
member Options : CacheOptions with get, set
Public Property Options As CacheOptions

Property Value

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

Returns CacheOptions.

See Also

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

Return to top