Condividi tramite


CompiledQueryCacheKeyGenerator.GenerateCacheKeyCore Metodo

Definizione

Genera la chiave della cache per la query specificata.

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

Parametri

query
Expression

Query per cui ottenere la chiave della cache.

async
Boolean

Valore che indica se la query verrà eseguita in modo asincrono.

Restituisce

Chiave di cache.

Si applica a