Table of Contents

Property Name

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

Name

Name of the cache. This property may return null if no client applications have provided a name to the service.

public string Name { get; }

Property Value

string

Remarks

ScaleOut client libraries provide the name of a cache to the ScaleOut service only when the cache is first used by the client. If a client application outlives an entire ScaleOut data grid then the grid will not return the cache name until a client is restarted and re-registers the name.