slimphp / Slim-HttpCache

Slim Framework HTTP cache middleware and service provider
MIT License
115 stars 25 forks source link

Fixed relative max-age format #25

Closed izayoi256 closed 5 months ago

izayoi256 commented 6 years ago
$cacheProvider->allowCache($response, 'private', '+12 hours');
// should not be: private, max-age=1539965032
// but should be: private, max-age=43200
odan commented 5 months ago

Thanks for the PR, but this fix has already been made. See here: