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)

public:
property CachePolicy^ Policy {
	[CompilerGeneratedAttribute]
	CachePolicy^ get();
	[CompilerGeneratedAttribute]
	private: void set(CachePolicy^ value);
}
Return to top
Show: