Skip to content
Snippets Groups Projects
Commit 5a2a0426 authored by Robin Appelman's avatar Robin Appelman
Browse files

Also update the OCP\IServerContainer

parent be783740
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment