AfDataContainerUtilities::cacheItem Method [AX 2012]

Caches an object.

Syntax

client server public static void cacheItem(
    str _cacheOwner, 
    str _key, 
    Object _value)

Run On

Called

Parameters

  • _cacheOwner
    Type: str
    The name of the owner of this cache entry.
  • _key
    Type: str
    A Cache key.

See Also

Reference

AfDataContainerUtilities Class