LeanCache.findInternal Method [AX 2012]

Finds values in the cache that is stored under the provided key.

protected container findInternal(anytype _key)

Run On

Called

Parameters

_key
Type: anytype
The cache key.

Return Value

Type: container
A container object with two elements.

The returned container has two elements. The first is a Boolean value that indicates whether the result is a nullNothingnullptrunita null reference (Nothing in Visual Basic) value.

The second element is the value as a container object.

Community Additions

ADD
Show: