]> source.dussan.org Git - nextcloud-server.git/commit
Allow getting the filepath when getting cached mounts by fileid 7464/head
authorRobin Appelman <robin@icewind.nl>
Tue, 22 Aug 2017 13:44:52 +0000 (15:44 +0200)
committerRobin Appelman <robin@icewind.nl>
Tue, 12 Dec 2017 13:11:40 +0000 (14:11 +0100)
commit3ec1bbbde88a9fbd0b3449ff94bf5dcf15c5a17a
tree1e169b472705585d95dae7a0edde8ecc683890ef
parentf44d5bde5604eab628a4194fb2d111aa84ca2082
Allow getting the filepath when getting cached mounts by fileid

Signed-off-by: Robin Appelman <robin@icewind.nl>
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/Files/Config/CachedMountFileInfo.php [new file with mode: 0644]
lib/private/Files/Config/UserMountCache.php
lib/public/Files/Config/ICachedMountFileInfo.php [new file with mode: 0644]
lib/public/Files/Config/IUserMountCache.php
tests/lib/Files/Config/UserMountCacheTest.php