6 lines
240 B
JavaScript
6 lines
240 B
JavaScript
/** Check if node is present in cache.
|
|
*
|
|
* @method jibo.kb.Cache#isPresent
|
|
* @param {string|jibo.kb.Node} idOrNode ID string or Node object to check cache for.
|
|
* @returns {boolean} `true` if node is in cache.
|
|
*/ |