UNPKG
@dancastillo/cache
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.1
1.0.0
0.0.4
0.0.3
0.0.2
In memory cache for node.js
github.com/dancastillo/cache
@dancastillo/cache
/
lib
/
constants.js
8 lines
(7 loc)
•
130 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
const
constants = {
max
:
1000
,
// Default strategy is LRU
strategy
:
'lru'
,
// Default is 1 day
duration
:
86400
}