cache.js 234 B

123456789
  1. define("dojo/cache", ["./_base/kernel", "./text"], function(dojo, text){
  2. // module:
  3. // dojo/cache
  4. // summary:
  5. // The module defines dojo.cache by loading dojo/text.
  6. //dojo.cache is defined in dojo/text
  7. return dojo.cache;
  8. });