// static-cache/index.js 198 obj.cacheControl = options.cacheControl // why not: obj.cacheControl = obj.cacheControl ? obj.cacheControl : options.cacheControl ? 199 obj.maxAge = obj.maxAge ? obj.maxAge : options.maxAge || 0