UNPKG

145 BJavaScriptView Raw
1define(["./_base/kernel", "./text"], function(dojo){
2 // module:
3 // dojo/cache
4
5 // dojo.cache is defined in dojo/text
6 return dojo.cache;
7});