00001 var assocIndexOf = require('./_assocIndexOf'); 00002 00012 function listCacheHas(key) { 00013 return assocIndexOf(this.__data__, key) > -1; 00014 } 00015 00016 module.exports = listCacheHas;