Bugfixings for getAllKeys()
This commit is contained in:
parent
8491f8660f
commit
7da6da6666
5 changed files with 8 additions and 7 deletions
|
@ -16,7 +16,7 @@ interface ICacheDriver
|
|||
*
|
||||
* @param string prefix optional a prefix to search
|
||||
*
|
||||
* @return array|null Null if it isn't supported by the cache driver
|
||||
* @return array Empty if it isn't supported by the cache driver
|
||||
*/
|
||||
public function getAllKeys($prefix = null);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue