diff options
author | Robin Appelman <icewind@owncloud.com> | 2014-01-06 13:11:38 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2014-01-06 13:11:38 +0100 |
commit | 4d65a8089284e4dde09181b56fb45b86c50d6fb5 (patch) | |
tree | ba9197301a324a7402abf218f172c52936361e21 /lib/public/iservercontainer.php | |
parent | cd147bb37ae247082442f87b3cdd7d3d752e2d37 (diff) | |
download | nextcloud-server-4d65a8089284e4dde09181b56fb45b86c50d6fb5.tar.gz nextcloud-server-4d65a8089284e4dde09181b56fb45b86c50d6fb5.zip |
Remove the static dependency on OC_Util from Memcache
Diffstat (limited to 'lib/public/iservercontainer.php')
-rw-r--r-- | lib/public/iservercontainer.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/public/iservercontainer.php b/lib/public/iservercontainer.php index b958d2d03f4..7ac5049ef24 100644 --- a/lib/public/iservercontainer.php +++ b/lib/public/iservercontainer.php @@ -142,6 +142,13 @@ interface IServerContainer { function getCache(); /** + * Returns an ICache instance + * + * @return \OCP\ICache + */ + function getMemCache(); + + /** * Returns the current session * * @return \OCP\ISession |