Share via


SysGlobalCache.get Method [AX 2012]

Gets a value from the global cache.

Syntax

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

Run On

Called

Parameters

  • _owner
    Type: str

Return Value

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

See Also

Reference

SysGlobalCache Class