Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8d2c5b6

Browse files
committedMar 2, 2017
feat(cacache): exported clearMemoized() utility
1 parent b613a70 commit 8d2c5b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

Diff for: ‎index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ module.exports = {
55
get: require('./get'),
66
put: require('./put'),
77
rm: require('./rm'),
8-
verify: require('./verify')
8+
verify: require('./verify'),
9+
clearMemoized: require('./lib/memoization').clearMemoized
910
}

0 commit comments

Comments
 (0)
Failed to load comments.