\OC\Memcache\Cache implements \OCP\ICache
This commit is contained in:
parent
0e4933e6d2
commit
78819da3bf
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue