NamedCacheKeys Property

ScaleOut Software NamedCache API
Returns a collection of keys for all the objects stored in the named cache.

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

public ICollection Keys { get; }

Property Value

Type: ICollection
Remarks

Care should be taken to avoid calling this property frequently on a large cache. Retrieving every key in a named cache triggers a distributed query, involving every ScaleOut server in the datastore.
See Also

Reference