Skip to content

Commit

Permalink
feat: expose local cache Flush method
Browse files Browse the repository at this point in the history
  • Loading branch information
artiom committed Sep 14, 2023
1 parent ab97225 commit 740f66b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4783,6 +4783,13 @@ declare namespace nkruntime {
*/
localcacheDelete(key: string): void;

/**
* Flush local cache data.
*
* @throws {TypeError, GoError}
*/
localcacheFlush(): void;

/**
* List entries from an existing configured storage index.
*
Expand Down

0 comments on commit 740f66b

Please sign in to comment.