Browse Source

Also update the OCP\IServerContainer

tags/v7.0.0alpha2
Robin Appelman 10 years ago
parent
commit
5a2a0426a6
2 changed files with 4 additions and 4 deletions
  1. 1
    1
      lib/private/server.php
  2. 3
    3
      lib/public/iservercontainer.php

+ 1
- 1
lib/private/server.php View File

@@ -300,7 +300,7 @@ class Server extends SimpleContainer implements IServerContainer {
}

/**
* Returns an ICache instance
* Returns an \OCP\CacheFactory instance
*
* @return \OCP\CacheFactory
*/

+ 3
- 3
lib/public/iservercontainer.php View File

@@ -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