00001 00008 function listCacheClear() { 00009 this.__data__ = []; 00010 this.size = 0; 00011 } 00012 00013 module.exports = listCacheClear;