SysGlobalCache.get Method [AX 2012]

Gets a value from the global cache.

public anytype get(
    str _owner, 
    anytype _key, 
   [anytype _returnValue])

Run On

Called

Parameters

_owner
Type: str
_key
Type: anytype
_returnValue
Type: anytype

Return Value

Type: anytype
The value in the cache, if found; otherwise, the value of the _returnValue parameter.

Community Additions

ADD
Show: