DataCacheFactoryConfiguration.LocalCacheProperties Property
Gets or sets the local cache settings for the cache client.
Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)
Syntax
public DataCacheLocalCacheProperties LocalCacheProperties { get; set; }
public:
property DataCacheLocalCacheProperties^ LocalCacheProperties {
DataCacheLocalCacheProperties^ get();
void set(DataCacheLocalCacheProperties^ value);
}
member LocalCacheProperties : DataCacheLocalCacheProperties with get, set
Public Property LocalCacheProperties As DataCacheLocalCacheProperties
Property Value
Type: Microsoft.ApplicationServer.Caching.DataCacheLocalCacheProperties
A DataCacheLocalCacheProperties object.
Remarks
If this property is not set programmatically or is not configured in the application configuration file, local cache will be disabled.
See Also
DataCacheFactoryConfiguration Class
Microsoft.ApplicationServer.Caching Namespace
Return to top