LeanCache.findIsCacheHit Method [AX 2012]

Determines whether the last call to the find method hits the cache.

public boolean findIsCacheHit()

Run On

Called

Return Value

Type: boolean
true if the last find operation found a valid value; otherwise, false.

Call the find method first in order to obtain a valid result.

Community Additions

ADD
Show: