Поделиться через


RelationalCompiledQueryCacheKeyGenerator.GenerateCacheKeyCore Метод

Определение

Создает ключ кэша для заданного запроса.

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

Параметры

query
Expression

Запрос для получения ключа кэша.

async
Boolean

Значение, указывающее, будет ли запрос выполняться асинхронно.

Возвращаемое значение

Ключ кэша.

Применяется к