mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Merge pull request #603 from luisarmando/queryCacheDoc
Fix doc of DboSource->$_queryCache.
This commit is contained in:
commit
da9cbcf7bb
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue