We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1bc36e commit c249d09Copy full SHA for c249d09
src/include/file-config.js
@@ -23,6 +23,7 @@ class fileConfig extends config {
23
this.data = Object.assign(this.data, this.localExists() ? this.parseLocal() : this.parseGlobal());
24
this._dump = {};
25
this.cache = {
26
+ delete: this._cacheDelete,
27
get: this._cacheGet,
28
set: this._cacheSet,
29
dir: this.cacheDir
0 commit comments