UNPKG
johny-cache
Version:
latest (1.0.41)
1.0.41
1.0.4
1.0.3
1.0.1
1.0.0
Easy distributed caching for Node.js
github.com/johnykes/johny-cache
johnykes/johny-cache
johny-cache
/
dist
/
src
/
local-cache
/
local.cache.value.js
10 lines
•
277 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
LocalCacheValue
=
void
0
;
class
LocalCacheValue
{
constructor
(
) {
this
.
expires
=
0
; } }
exports
.
LocalCacheValue
=
LocalCacheValue
;
//# sourceMappingURL=local.cache.value.js.map