summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/private/server.php2
-rw-r--r--lib/public/iservercontainer.php6
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/private/server.php b/lib/private/server.php
index b5fa9148626..6b034a5be9f 100644
--- a/lib/private/server.php
+++ b/lib/private/server.php
@@ -300,7 +300,7 @@ class Server extends SimpleContainer implements IServerContainer {
}
/**
- * Returns an ICache instance
+ * Returns an \OCP\CacheFactory instance
*
* @return \OCP\CacheFactory
*/
diff --git a/lib/public/iservercontainer.php b/lib/public/iservercontainer.php
index 7ac5049ef24..67884bdc3e4 100644
--- a/lib/public/iservercontainer.php
+++ b/lib/public/iservercontainer.php
@@ -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