Also update the OCP\IServerContainer
This commit is contained in:
parent
be7837402d
commit
5a2a0426a6
|
@ -300,7 +300,7 @@ class Server extends SimpleContainer implements IServerContainer {
|
|||
}
|
||||
|
||||
/**
|
||||
* Returns an ICache instance
|
||||
* Returns an \OCP\CacheFactory instance
|
||||
*
|
||||
* @return \OCP\CacheFactory
|
||||
*/
|
||||
|
|
|
@ -142,11 +142,11 @@ interface IServerContainer {
|
|||
function getCache();
|
||||
|
||||
/**
|
||||
* Returns an ICache instance
|
||||
* Returns an \OCP\CacheFactory instance
|
||||
*
|
||||
* @return \OCP\ICache
|
||||
* @return \OCP\CacheFactory
|
||||
*/
|
||||
function getMemCache();
|
||||
function getMemCacheFactory();
|
||||
|
||||
/**
|
||||
* Returns the current session
|
||||
|
|
Loading…
Reference in New Issue