aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache/FileAccess.php
Commit message (Collapse)AuthorAgeFilesLines
* fix: fix FileAccess::getByFileId(InStorage)Robin Appelman2024-05-011-2/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* feat: add interface for lower level filecache acess without having to do ↵Robin Appelman2024-03-251-0/+116
direct db queries Signed-off-by: Robin Appelman <robin@icewind.nl>