PriceDisc::getPriceDiscCacheValue Method [AX 2012]

Retrieves an object from the SysGlobalObjectCache object.

client server public static container getPriceDiscCacheValue(str _scope, container _key)

Run On

ClientOrServer

Parameters

_scope
Type: str
A string type that specifies the scope or the owner of the cached object.
_key
Type: container
A container type that specifies the key to the cached object.

Return Value

Type: container
A container type that specifies the retrieved object.
Show: