dojox/lang/aspect/memoizerGuard (version 1.10)

Summary

Invalidates the memoizer's cache (see dojox.lang.aspect.memoizer) after calling certain methods.

Usage

memoizerGuard(method);
Parameter Type Description
method String | Array
Optional

Optional method's name to be guarded: only cache for this method will be invalidated on call. Can be a string or an array of method names. If omitted the whole cache will be invalidated.

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

Method Summary

Methods

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