From bb2286bc4303b17686e5e404d5e3ba1af7bafd06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Armando?= Date: Mon, 9 Apr 2012 13:30:58 -0300 Subject: [PATCH] Fix doc of DboSource->$_queryCache. --- lib/Cake/Model/Datasource/DboSource.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Model/Datasource/DboSource.php b/lib/Cake/Model/Datasource/DboSource.php index d6eef1632..f24c5a7ac 100644 --- a/lib/Cake/Model/Datasource/DboSource.php +++ b/lib/Cake/Model/Datasource/DboSource.php @@ -137,7 +137,7 @@ class DboSource extends DataSource { /** * Caches serialized results of executed queries * - * @var array Maximum number of queries in the queries log. + * @var array Cache of results from executed sql queries. */ protected $_queryCache = array();