CachedObjectIdKey Property

ScaleOut Software NamedCache API
The StateServerKey representing the key of a cached object. Read-only.

Namespace:  Soss.Client
Assembly:  soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax

public StateServerKey Key { get; }

Property Value

Type: StateServerKey
Remarks

This property provides access to the underlying StateServerKey structure that is being used by the CachedObjectId instance to access the object in the ScaleOut StateServer service.
See Also

Reference