Constructor ValueFactoryResult
ValueFactoryResult(TValue, CreatePolicy, IEnumerable<string>)
Constructor.
public ValueFactoryResult(TValue valueToAdd, CreatePolicy createPolicy = null, IEnumerable<string> tags = null)
Parameters
valueToAddTValueValue to be added to the cache.
createPolicyCreatePolicyPolicy to associated with the object being added or null for cache defaults.
tagsIEnumerable<string>Tags to be associated with the object being added or null for no tags.