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
- _key
Type: anytype
- _value
Type: anytype
- _isVolatile
Type: boolean
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.