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/memoizerGuard.js

  • Provides:

    • dojox.lang.aspect.memoizerGuard
  • dojox.lang.aspect

    • alias - dojox.lang.aspect
  • dojox.lang.aspect.memoizerGuard

    • parameters:
      • method: (typeof String|Array)
        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.
    • returns
      Object
    • summary
      Invalidates the memoizer's cache (see dojox.lang.aspect.memoizer)
      after calling certain methods.
    • type
      Function
  • dojox.lang

    • type
      Object
  • dojox

    • type
      Object