UNPKG
2q-cache
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Imlementation of 2Q Cache Algorithm
github.com/artmBrisov/2q-cache
artmBrisov/2q-cache
2q-cache
/
tsconfig.json
9 lines
•
188 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"compilerOptions"
:
{
"target"
:
"ES2017"
,
"outDir"
:
"./js"
,
"module"
:
"CommonJS"
}
,
"files"
:
[
"./ts/cache2Q.ts"
]
,
"compileOnSave"
:
true
}