From 77b44f83e17f13dd2b12de497a8a4ff1195ffc39 Mon Sep 17 00:00:00 2001 From: Matias Griese Date: Thu, 11 May 2017 13:37:24 +0300 Subject: [PATCH] Add missing APCu --- system/src/Grav/Common/Cache.php | 1 + 1 file changed, 1 insertion(+) diff --git a/system/src/Grav/Common/Cache.php b/system/src/Grav/Common/Cache.php index e8967f1f7..9baf42995 100644 --- a/system/src/Grav/Common/Cache.php +++ b/system/src/Grav/Common/Cache.php @@ -17,6 +17,7 @@ use RocketTheme\Toolbox\Event\Event; * The GravCache object is used throughout Grav to store and retrieve cached data. * It uses DoctrineCache library and supports a variety of caching mechanisms. Those include: * + * APCu * APC * XCache * RedisCache