HttpCacheHeaders
HttpCacheHeaders copied to clipboard
Add general options object when constructing
Allow passing through general options object to turn off expiration and/or validations models. In ref to #60 & #5
=> refactor to .AddHttpCacheHeaders(options => ...), cfr AddMvc(). Mark other constructors as obsolete.
Closed, middlewareoptions will replace this.