Share via


SysGlobalCache.set Method [AX 2012]

Sets a value in the global cache.

Syntax

public boolean set(
    str _owner, 
    anytype _key, 
    anytype _value, 
   [boolean _isVolatile])

Run On

Called

Parameters

  • _owner
    Type: str

Return Value

Type: boolean
true, if the value is correctly set in the cache.

Remarks

For each owner, the keys to access the values must be of the same primitive type.

See Also

Reference

SysGlobalCache Class