00001 00010 function setCacheHas(value) { 00011 return this.__data__.has(value); 00012 } 00013 00014 module.exports = setCacheHas;