We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e222577 commit e243b1bCopy full SHA for e243b1b
src/cache.cjs
@@ -1,5 +1,4 @@
1
module.exports = class Cache {
2
- #linkedList = null;
3
#cache = null;
4
#config = {
5
ttl: 0,
0 commit comments