Skip to content

Commit a2719b7

Browse files
authored
Merge pull request #32 from broccolijs/thoov-patch-1
Adding docs around `volatile`
2 parents 76a5438 + a1f08d9 commit a2719b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ Call this base class constructor from your subclass constructor.
5151
* `needsCache` : If `true`, a cache directory is created automatically
5252
and the path is set at `cachePath`. If `false`, a cache directory is not created
5353
and `this.cachePath` is `undefined`. Defaults to `true`.
54+
* `volatile` : If `true`, memoization will not be applied and the build method will
55+
always be called regardless if the inputNodes have changed. Defaults to `false`.
5456

5557
### `Plugin.prototype.build()`
5658

0 commit comments

Comments
 (0)