mirror of
https://github.com/friendica/friendica
synced 2025-04-23 16:30:12 +00:00
AbstractCacheDriver now working for each CacheDriver
This commit is contained in:
parent
34cea93a8b
commit
749b167fd9
6 changed files with 6 additions and 6 deletions
|
@ -10,7 +10,7 @@ use Friendica\Core\Cache;
|
|||
* @author Hypolite Petovan <mrpetovan@gmail.com>
|
||||
* @author Roland Haeder <roland@mxchange.org>
|
||||
*/
|
||||
class RedisCacheDriver extends AbstractCacheDriver
|
||||
class RedisCacheDriver extends AbstractCacheDriver implements IMemoryCacheDriver
|
||||
{
|
||||
/**
|
||||
* @var \Redis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue