Files
control-freak-ide/Code/client/build/xace/dojo/store/Cache.js
T
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

4 lines
830 B
JavaScript

//>>built
define("dojo/store/Cache",["../_base/lang","../when"],function(h,f){var k=function(e,d,g){g=g||{};return h.delegate(e,{query:function(a,c){var b=e.query(a,c);b.forEach(function(a){g.isLoaded&&!g.isLoaded(a)||d.put(a)});return b},queryEngine:e.queryEngine||d.queryEngine,get:function(a,c){return f(d.get(a),function(b){return b||f(e.get(a,c),function(b){b&&d.put(b,{id:a});return b})})},add:function(a,c){return f(e.add(a,c),function(b){d.add(b&&"object"==typeof b?b:a,c);return b})},put:function(a,c){d.remove(c&&
c.id||this.getIdentity(a));return f(e.put(a,c),function(b){d.put(b&&"object"==typeof b?b:a,c);return b})},remove:function(a,c){return f(e.remove(a,c),function(b){return d.remove(a,c)})},evict:function(a){return d.remove(a)}})};h.setObject("dojo.store.Cache",k);return k});
//# sourceMappingURL=Cache.js.map