Share via


SysGlobalCache.isSet Method [AX 2012]

Retrieves a Boolean value that indicates whether a key is already set in the cache.

Syntax

public boolean isSet(str _owner, anytype _key)

Run On

Called

Parameters

  • _owner
    Type: str

Return Value

Type: boolean
true, if the key is in the cache; otherwise, false.

See Also

Reference

SysGlobalCache Class