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
/
cache-settings.js
11 lines
•
307 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
CacheSetting
=
void
0
;
class
CacheSetting
{
constructor
(
init
) {
this
.
refreshTtl
=
true
;
Object
.
assign
(
this
, init); } }
exports
.
CacheSetting
=
CacheSetting
;
//# sourceMappingURL=cache-settings.js.map