共用方式為


EvaluationContext.SharingPolicy Enum

Definition

public: enum class EvaluationContext::SharingPolicy
public enum EvaluationContext.SharingPolicy
type EvaluationContext.SharingPolicy = 
Public Enum EvaluationContext.SharingPolicy
Inheritance
EvaluationContext.SharingPolicy

Fields

Isolated 1

Instructs the EvaluationContext to not reuse any cached state between the different project evaluations that use it.

Shared 0

Instructs the EvaluationContext to reuse all cached state between the different project evaluations that use it.

SharedSDKCache 2

Instructs the EvaluationContext to reuse SDK resolver cache between the different project evaluations that use it. No other cached state is reused.

Applies to