This documentation is archived and is not being maintained.
SysGlobalCache.set Method [AX 2012]
Sets a value in the global cache.
public boolean set(
str _owner,
anytype _key,
anytype _value,
[boolean _isVolatile])
Run On
Called
Return Value
Type:
boolean
true, if the value is correctly set in the cache.
For each owner, the keys to access the values must be of the same primitive type.