Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jul 20, 2015
1 parent 64bbf83 commit 9904324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ return [
* When using the default CacheRequestFilter this setting controls the
* number of minutes responses must be cached.
*/
'cacheLifetimeInMinutes' => 60 * 24,
'cacheLifetimeInMinutes' => 60 * 24 * 7,

/*
* This setting determines if a http header named "Laravel-responsecache"
Expand All @@ -83,7 +83,7 @@ return [

###Basic usage

By default the package will cache all successful `get`-requests for a day.
By default the package will cache all successful `get`-requests for a week.
Logged in users will each have their own separate cache. If this behaviour is what you
need, you're done: installing the `ResponseCacheServerProvider` was enough.

Expand Down

0 comments on commit 9904324

Please sign in to comment.