Also update the OCP\IServerContainer

This commit is contained in:
Robin Appelman 2014-01-08 15:51:40 +01:00
parent be7837402d
commit 5a2a0426a6
2 changed files with 4 additions and 4 deletions

View File

@ -300,7 +300,7 @@ class Server extends SimpleContainer implements IServerContainer {
} }
/** /**
* Returns an ICache instance * Returns an \OCP\CacheFactory instance
* *
* @return \OCP\CacheFactory * @return \OCP\CacheFactory
*/ */

View File

@ -142,11 +142,11 @@ interface IServerContainer {
function getCache(); 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 * Returns the current session