Table of Contents

Constructor ValueFactoryResult

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

ValueFactoryResult(TValue, CreatePolicy, IEnumerable<string>)

Constructor.

public ValueFactoryResult(TValue valueToAdd, CreatePolicy createPolicy = null, IEnumerable<string> tags = null)

Parameters

valueToAdd TValue

Value to be added to the cache.

createPolicy CreatePolicy

Policy to associated with the object being added or null for cache defaults.

tags IEnumerable<string>

Tags to be associated with the object being added or null for no tags.