mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
\OC\Memcache\Cache implements \OCP\ICache
This commit is contained in:
parent
0e4933e6d2
commit
78819da3bf
@ -8,7 +8,7 @@
|
||||
|
||||
namespace OC\Memcache;
|
||||
|
||||
abstract class Cache implements \ArrayAccess {
|
||||
abstract class Cache implements \ArrayAccess, \OCP\ICache {
|
||||
/**
|
||||
* @var string $prefix
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user