Table of Contents

Property ClientCacheUsage

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

ClientCacheUsage

Indicates whether a reference from the in-process client cache may be returned. Use ReturnDeepCopy if the returned object will be modified but the changes will not be persisted, or when an optimistic update will be used to persist changes back to the ScaleOut service. Default is ReturnCachedReference.

public ClientCacheUsage ClientCacheUsage { readonly get; set; }

Property Value

ClientCacheUsage