nextcloud/lib/private/Files/ObjectStore
Robin Appelman 9735b5d61f
Add method to storage backends to get directory content with metadata
Currently you need to use `opendir` and then call `getMetadata` for
every file, which adds overhead because most storage backends already
get the metadata when doing the `opendir`.

While storagebackends can (and do) use caching to relief this problem,
this adds cache invalidation dificulties and only a limited number of
items are generally cached (to prevent memory usage exploding when
scanning large storages)

With this new methods storage backends can use the child metadata they
got from listing the folder to return metadata without having to keep
seperate caches.

Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-04-20 15:45:04 +02:00
..
Azure.php Update license headers 2019-12-05 15:38:45 +01:00
HomeObjectStoreStorage.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Mapper.php Update license headers 2019-12-05 15:38:45 +01:00
NoopScanner.php Add method to storage backends to get directory content with metadata 2020-04-20 15:45:04 +02:00
ObjectStoreStorage.php Format code according to PSR2 2020-04-10 16:56:50 +02:00
S3.php Update license headers 2019-12-05 15:38:45 +01:00
S3ConnectionTrait.php Update the license headers for Nextcloud 19 2020-03-31 14:52:54 +02:00
S3ObjectTrait.php Add visibility to all methods and position of static keyword 2020-04-10 16:51:06 +02:00
S3Signature.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
StorageObjectStore.php Add visibility to all methods and position of static keyword 2020-04-10 16:51:06 +02:00
Swift.php Update license headers 2019-12-05 15:38:45 +01:00
SwiftFactory.php Fix issues with Keystone auth v3 in files_external app 2020-04-15 10:33:08 +02:00
SwiftV2CachingAuthService.php Use exactly one empty line after the namespace declaration 2020-04-09 11:48:10 +02:00