CompiledQueryCacheKeyGenerator.GenerateCacheKeyCore Yöntem

Tanım

Verilen sorgu için önbellek anahtarını oluşturur.

protected Microsoft.EntityFrameworkCore.Query.CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey GenerateCacheKeyCore (System.Linq.Expressions.Expression query, bool async);
member this.GenerateCacheKeyCore : System.Linq.Expressions.Expression * bool -> Microsoft.EntityFrameworkCore.Query.CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey
Protected Function GenerateCacheKeyCore (query As Expression, async As Boolean) As CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey

Parametreler

query
Expression

Önbellek anahtarını almak için sorgu.

async
Boolean

Sorgunun zaman uyumsuz olarak yürütüleceğini belirten bir değer.

Döndürülenler

Önbellek anahtarı.

Şunlara uygulanır