cache improvement solves #219

This commit is contained in:
Jan Prochazka
2022-02-10 17:39:47 +01:00
parent 4e221ecd3a
commit b3b7bd0f83
5 changed files with 108 additions and 92 deletions

View File

@@ -23,7 +23,7 @@ module.exports = {
}
},
emitChanged(key) {
this.emit('clean-cache', key);
this.emit(key);
this.emit('changed-cache', key);
// this.emit(key);
},
};