Share via


EntityFrameworkEventSource.CompiledQueryCacheMiss Method

Definition

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

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

Remarks

See EF Core event counters for more information and examples.

Applies to