Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit c249d09

Browse files
committed
add cache delete method to wrapper
1 parent c1bc36e commit c249d09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/include/file-config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class fileConfig extends config {
2323
this.data = Object.assign(this.data, this.localExists() ? this.parseLocal() : this.parseGlobal());
2424
this._dump = {};
2525
this.cache = {
26+
delete: this._cacheDelete,
2627
get: this._cacheGet,
2728
set: this._cacheSet,
2829
dir: this.cacheDir

0 commit comments

Comments
 (0)