Also update the OCP\IServerContainer

remotes/origin/ldap_group_count
Robin Appelman 12 years ago
parent be7837402d
commit 5a2a0426a6
  1. 2
      lib/private/server.php
  2. 6
      lib/public/iservercontainer.php

@ -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…
Cancel
Save