mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-05 02:52:41 +00:00
Fix doc of DboSource->$_queryCache.
This commit is contained in:
parent
43cf2f0647
commit
bb2286bc43
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…
Add table
Add a link
Reference in a new issue