UNPKG
@melchyore/adonis-cache
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
Cache package for AdonisJS V5
github.com/Melchyore/adonis-cache
Melchyore/adonis-cache
@melchyore/adonis-cache
/
build
/
config.js
11 lines
(10 loc)
•
239 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
cacheConfig
=
void
0
;
/** * Define config for cache */
function
cacheConfig
(
config
) {
return
config; }
exports
.
cacheConfig
= cacheConfig;