mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 16:27:38 +02:00
[ticket/10875] Add comment about cache's sql_load() method.
PHPBB3-10875
This commit is contained in:
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
|
||||
*
|
||||
* @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);
|
||||
|
||||
|
Reference in New Issue
Block a user