Invalidates the memoizer's cache (see dojox.lang.aspect.memoizer) after calling certain methods.
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.