Share via


EntityFrameworkEventSource.CompiledQueryCacheHit Method

Definition

Indicates a hit in the compiled query cache, signifying that query compilation will not need to occur.

public void CompiledQueryCacheHit ();
member this.CompiledQueryCacheHit : unit -> unit
Public Sub CompiledQueryCacheHit ()

Remarks

See EF Core event counters for more information and examples.

Applies to