Skip to content

Commit 4911e79

Browse files
committed
cache parameter
1 parent da50707 commit 4911e79

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

shared/api/utils/shared_doc_util.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { UtilProvider } from "./util_provider.js";
1010
*/
1111
export default class SharedDocUtil extends SharedUtil
1212
{
13-
constructor(utilProvider)
13+
constructor(utilProvider, rebuildCache = false)
1414
{
1515
super(utilProvider);
1616

@@ -20,7 +20,7 @@ export default class SharedDocUtil extends SharedUtil
2020
this.opdocsFilename = this._cables.getOpDocsFile();
2121
this.opLookupFilename = this._cables.getOpLookupFile();
2222

23-
this._rebuildOpDocCache = false;
23+
this._rebuildOpDocCache = rebuildCache;
2424
this.cachedOpDocs = null;
2525
this.cachedLookup = null;
2626

0 commit comments

Comments
 (0)