WIP
[civicrm-core.git] / Civi / Angular / Manager.php
index 4b4f1c888f5ce92d77d30f7ff1b6b6607effa6ad..c44b854aa694dd788ec7da294c21eab260d359ea 100644 (file)
@@ -50,7 +50,7 @@ class Manager {
    */
   public function __construct($res, \CRM_Utils_Cache_Interface $cache = NULL) {
     $this->res = $res;
-    $this->cache = $cache ? $cache : new \CRM_Utils_Cache_Arraycache([]);
+    $this->cache = $cache ? $cache : new \CRM_Utils_Cache_ArrayCache([]);
   }
 
   /**