Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2018-08-27 17:24:38 +0300
committerRobin Appelman <robin@icewind.nl>2018-08-27 17:25:37 +0300
commitf199e7ed17683b19362520cf116701852c456c36 (patch)
treec6eaa6054301104bc67c508c2f5f8ec984f8d5cf /lib
parent65c8fd3b29e8ab9a170a411950fff467ae0776a2 (diff)
cache OC\Files\Mount\Manager::findIn results
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'lib')
-rw-r--r--lib/private/Files/Mount/Manager.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/Files/Mount/Manager.php b/lib/private/Files/Mount/Manager.php
index aad75e49257..ee524366535 100644
--- a/lib/private/Files/Mount/Manager.php
+++ b/lib/private/Files/Mount/Manager.php
@@ -25,6 +25,7 @@
namespace OC\Files\Mount;
+use OC\Cache\CappedMemoryCache;
use \OC\Files\Filesystem;
use OCP\Files\Mount\IMountManager;
use OCP\Files\Mount\IMountPoint;