Add ICacheDriver->getAllKeys method
This commit is contained in:
@@ -11,6 +11,13 @@ use Friendica\Core\Cache;
|
||||
*/
|
||||
interface ICacheDriver
|
||||
{
|
||||
/**
|
||||
* Lists all cache keys
|
||||
*
|
||||
* @return array|null Null if it isn't supported by the cache driver
|
||||
*/
|
||||
public function getAllKeys();
|
||||
|
||||
/**
|
||||
* Fetches cached data according to the key
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user