This documentation is archived and is not being maintained.
PriceDisc::insertPriceDiscCache Method [AX 2012]
Inserts an object to the SysGlobalObjectCache object.
client server public static void insertPriceDiscCache(
str _scope,
container _key,
container _value)
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.
-
_value
- Type: container
A container type that has the object to cache.