X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FCache%2FArrayCache.php;h=c83f3f1f4eb63448bfaef67f2226ffd78e14f2e7;hb=701fd7a63eb4b10a6b91a91c0c05dba1bbaf8b69;hp=92badc0cda9b3edae774ecf2edef9ce17f0fa2c0;hpb=d6c79fecdf83fb0ee72271aa678e35ddf7a236b2;p=civicrm-core.git diff --git a/CRM/Utils/Cache/ArrayCache.php b/CRM/Utils/Cache/ArrayCache.php index 92badc0cda..c83f3f1f4e 100644 --- a/CRM/Utils/Cache/ArrayCache.php +++ b/CRM/Utils/Cache/ArrayCache.php @@ -32,9 +32,9 @@ */ /** - * Class CRM_Utils_Cache_Arraycache + * Class CRM_Utils_Cache_ArrayCache */ -class CRM_Utils_Cache_Arraycache implements CRM_Utils_Cache_Interface { +class CRM_Utils_Cache_ArrayCache implements CRM_Utils_Cache_Interface { use CRM_Utils_Cache_NaiveMultipleTrait; // TODO Native implementation @@ -56,7 +56,7 @@ class CRM_Utils_Cache_Arraycache implements CRM_Utils_Cache_Interface { * @param array $config * An array of configuration params. * - * @return \CRM_Utils_Cache_Arraycache + * @return \CRM_Utils_Cache_ArrayCache */ public function __construct($config) { $this->_cache = [];