Share via


SysGlobalCache.remove Method [AX 2012]

Removes the value stored for a specified owner under a specified key.

Syntax

public boolean remove(str _owner, anytype _key)

Run On

Called

Parameters

  • _owner
    Type: str

Return Value

Type: boolean
true if any values were removed; otherwise, false.

See Also

Reference

SysGlobalCache Class