static-cache icon indicating copy to clipboard operation
static-cache copied to clipboard

Why not support defining cacheControl for certain file

Open garygchai opened this issue 8 years ago • 0 comments

// 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

garygchai avatar Jul 12 '17 15:07 garygchai