artdaq_node_server  v1_00_09
 All Classes Namespaces Files Variables Pages
_listCacheClear.js
1 
8 function listCacheClear() {
9  this.__data__ = [];
10  this.size = 0;
11 }
12 
13 module.exports = listCacheClear;