mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/Zos.git
synced 2026-06-15 22:56:28 +00:00
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.
|
|
*/ |