NamedCacheCount Property

ScaleOut Software NamedCache API
Gets the number of elements contained in the cache.

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

public int Count { get; }

Property Value

Type: Int32
Remarks

This property will cause a round trip to the ScaleOut service and invoke a parallel query on the entire distributed cache. Client applications should not use this property frequently or for trivial purposes.
See Also

Reference