Table of Contents

Property EstimatedBytesUsed

Namespace
Scaleout.Client.InProc
Assembly
Scaleout.Client.dll

EstimatedBytesUsed

Gets the total estimated memory usage of the objects in this client cache.

public long EstimatedBytesUsed { get; }

Property Value

long

Remarks

Memory usage is estimated on the basis of object size when serialized.

See Also