Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/lang/aspect/memoizer.js

  • Provides:

    • dojox.lang.aspect.memoizer
  • dojox.lang.aspect

    • alias - dojox.lang.aspect
  • dojox.lang.aspect.memoizer

    • parameters:
      • keyMaker: (typeof Function)
        the function, which takes method's arguments and returns a key,
        which can be used to index the result.
    • returns
      Object
    • summary
      Returns an object, which can be used to count calls to methods.
    • type
      Function
  • dojox.lang

    • type
      Object
  • dojox

    • type
      Object