AfDataContainerUtilities::getCachedItem Method [AX 2012]

Retrieves a cached object.

Syntax

client server public static Object getCachedItem(str _cacheOwner, str _key)

Run On

Called

Parameters

  • _cacheOwner
    Type: str
    Name of the owner of the cache entry to retrieve.
  • _key
    Type: str
    Key of the cache entry to retrieve.

Return Value

Type: Object Class
Cached container.

See Also

Reference

AfDataContainerUtilities Class