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 0765721 commit e222577Copy full SHA for e222577
src/cache.mjs
@@ -1,5 +1,4 @@
1
export default class Cache {
2
- #linkedList = null;
3
#cache = null;
4
#config = {
5
ttl: 0,
0 commit comments