From 9904324a17daeb005ecef8b04cd8172c309e5d0d Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Mon, 20 Jul 2015 11:33:06 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 026eed3..f50d597 100644 --- a/README.md +++ b/README.md @@ -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" @@ -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.