From: Herb Date: Fri, 16 Oct 2015 13:48:50 +0000 (-0400) Subject: style correction X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a70c10ced02f3e4e2f5924359fab4e07ac41d8a4;p=civicrm-core.git style correction --- diff --git a/CRM/Utils/Cache.php b/CRM/Utils/Cache.php index f0fb489d64..f75dd819d9 100644 --- a/CRM/Utils/Cache.php +++ b/CRM/Utils/Cache.php @@ -100,6 +100,7 @@ class CRM_Utils_Cache { case 'NoCache': $defaults = array(); break; + case 'Redis': case 'Memcache': case 'Memcached':