UNPKG
@thermopylae/lib.cache
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
0.0.1
Modular cache.
github.com/marinrusu1997/thermopylae
marinrusu1997/thermopylae
@thermopylae/lib.cache
/
dist
/
constants.js
5 lines
(4 loc)
•
180 B
JavaScript
View Raw
1
2
3
4
5
const
INFINITE_EXPIRATION
=
0
;
const
NOT_FOUND_VALUE
=
undefined
;
const
EXPIRES_AT_SYM
=
Symbol
(
'EXPIRES_AT_SYM'
);
export
{
INFINITE_EXPIRATION
,
NOT_FOUND_VALUE
,
EXPIRES_AT_SYM
};