From ab35f7faa179fa5d4a79bf9d4c0f2a51046b2b5a Mon Sep 17 00:00:00 2001 From: Khoa Bui Date: Wed, 30 Mar 2016 09:51:01 -0700 Subject: [PATCH] Update phpFastCache.php --- src/phpFastCache/Core/phpFastCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/phpFastCache/Core/phpFastCache.php b/src/phpFastCache/Core/phpFastCache.php index f1ca2b3b5..12dcab0ae 100644 --- a/src/phpFastCache/Core/phpFastCache.php +++ b/src/phpFastCache/Core/phpFastCache.php @@ -80,7 +80,7 @@ class phpFastCache ), 'extensions' => array(), - "cache_method" => 2, // 1 = normal, 2 = phpfastcache, 3 = memory + "cache_method" => 1, // 1 = normal, 2 = phpfastcache, 3 = memory "limited_memory_each_object" => 4000, // maximum size (bytes) of object store in memory );