mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 19:08:53 +00:00
[ticket/10875] Add comment about cache's sql_load() method.
PHPBB3-10875
This commit is contained in:
parent
4e83cd461c
commit
969369254f
1 changed files with 6 additions and 0 deletions
6
phpBB/includes/cache/driver/interface.php
vendored
6
phpBB/includes/cache/driver/interface.php
vendored
|
@ -69,6 +69,12 @@ interface phpbb_cache_driver_interface
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Load cached sql query
|
* Load cached sql query
|
||||||
|
*
|
||||||
|
* @param string $query SQL query
|
||||||
|
*
|
||||||
|
* @return int|bool Query ID (integer) if cache contains a rowset
|
||||||
|
* for the specified query.
|
||||||
|
* False otherwise.
|
||||||
*/
|
*/
|
||||||
public function sql_load($query);
|
public function sql_load($query);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue