Share via


ReqCalcRecordCache.removeKey Method [AX 2012]

Removes a key and value pair from the cache.

Syntax

protected boolean removeKey(container _key)

Run On

Called

Parameters

  • _key
    Type: container
    A container that represents the key.

Return Value

Type: boolean
true if the key and value pair was removed; otherwise, false.

See Also

Reference

ReqCalcRecordCache Class