UNPKG

@melchyore/adonis-cache

Version:
11 lines (10 loc) 239 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.cacheConfig = void 0; /** * Define config for cache */ function cacheConfig(config) { return config; } exports.cacheConfig = cacheConfig;