Searched defs:cached (Results 1 - 1 of 1) sorted by relevance

/yui3/src/yui/js/
H A Dyui-core.js20 Calling this function again with the same arguments will return the cached value
29 @method cached
31 @param {Object} [cache={}] Object in which to store cached values. You may seed
32 this object with pre-existing cached values if desired.
33 @param {any} [refetch] If supplied, this value is compared with the cached value
35 executed again even though a cached value exists.
39 Y.cached = function (source, cache, refetch) {

Completed in 9 milliseconds