X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FCache.php;h=94b2cfb4ee28698a515b59b17abfa127eded7d4b;hb=24a8c2f7bc0d6ce8472a8a8aaca8551f634b36c9;hp=a6a8fa95218a97eee0b4ab279e0ca83b500d9010;hpb=bc5479b705c153c5cd02a10b1cca400ac78d493b;p=civicrm-core.git diff --git a/CRM/Utils/Cache.php b/CRM/Utils/Cache.php index a6a8fa9521..94b2cfb4ee 100644 --- a/CRM/Utils/Cache.php +++ b/CRM/Utils/Cache.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.6 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2014 | + | Copyright CiviCRM LLC (c) 2004-2015 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -28,7 +28,7 @@ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2014 + * @copyright CiviCRM LLC (c) 2004-2015 * $Id$ * */ @@ -47,7 +47,7 @@ class CRM_Utils_Cache { static private $_singleton = NULL; /** - * Constructor + * Constructor. * * @param array $config * An array of configuration params. @@ -59,7 +59,7 @@ class CRM_Utils_Cache { } /** - * Singleton function used to manage this object + * Singleton function used to manage this object. * * @return object */ @@ -91,7 +91,7 @@ class CRM_Utils_Cache { } /** - * Get cache relevant settings + * Get cache relevant settings. * * @param $cachePlugin *