Skip to content

Commit

Permalink
Fix doc of DboSource->$_queryCache.
Browse files Browse the repository at this point in the history
  • Loading branch information
labianchin committed Apr 9, 2012
1 parent 43cf2f0 commit bb2286b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Model/Datasource/DboSource.php
Expand Up @@ -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();

Expand Down

0 comments on commit bb2286b

Please sign in to comment.