DataCacheFactoryConfiguration.CacheReadyRetryPolicy Property

 

Specifies the retry policy for the cache client.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)

Syntax

public DataCacheReadyRetryPolicy CacheReadyRetryPolicy { get; set; }
public:
property DataCacheReadyRetryPolicy^ CacheReadyRetryPolicy {
    DataCacheReadyRetryPolicy^ get();
    void set(DataCacheReadyRetryPolicy^ value);
}
member CacheReadyRetryPolicy : DataCacheReadyRetryPolicy with get, set
Public Property CacheReadyRetryPolicy As DataCacheReadyRetryPolicy

Property Value

Type: Microsoft.ApplicationServer.Caching.DataCacheReadyRetryPolicy

Returns DataCacheReadyRetryPolicy.

Remarks

This feature is specifically targeted at Windows Azure applications that host Windows Azure Caching on roles. As the application starts, the cache cluster is also starting. It might take several retries before the cache is ready for use.

Applies only to Windows Azure Caching.

See Also

DataCacheFactoryConfiguration Class
Microsoft.ApplicationServer.Caching Namespace

Return to top