dojox/lang/aspect/memoizer (version 1.10)

Summary

Returns an object, which can be used to count calls to methods.

Usage

memoizer(keyMaker);
Parameter Type Description
keyMaker Function
Optional

the function, which takes method's arguments and returns a key, which can be used to index the result.

See the dojox/lang/aspect/memoizer reference documentation for more information.

Method Summary

Methods

Error in the documentation? Can’t find what you are looking for? Let us know!