CachePolicyProvider::Policy Property
Gets the CachePolicy being applied if no HTTP caching response headers have been set on an HttpResponseMessage.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
public: property CachePolicy^ Policy { [CompilerGeneratedAttribute] CachePolicy^ get(); [CompilerGeneratedAttribute] private: void set(CachePolicy^ value); }
Property Value
Type: Microsoft.WindowsAzure.Mobile.Service.Cache::CachePolicy^
Show: