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