ICompiledQueryCacheKeyGenerator.GenerateCacheKey(Expression, Boolean) 메서드

정의

캐시 키를 생성합니다.

public object GenerateCacheKey (System.Linq.Expressions.Expression query, bool async);
abstract member GenerateCacheKey : System.Linq.Expressions.Expression * bool -> obj
Public Function GenerateCacheKey (query As Expression, async As Boolean) As Object

매개 변수

query
Expression

캐시 키를 생성할 쿼리입니다.

async
Boolean

true 쿼리가 비동기적으로 실행될 경우 입니다.

반환

쿼리 캐시 키를 나타내는 개체입니다.

적용 대상