0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-24 17:06:50 +00:00
nextcloud_server/lib/public/Files/Cache
Robin Appelman 1d9354a81e
feat: add interface for lower level filecache acess without having to do direct db queries
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-03-25 16:48:41 +01:00
..
AbstractCacheEvent.php Update php licenses 2021-06-04 22:02:41 +02:00
CacheEntryInsertedEvent.php Update php licenses 2021-06-04 22:02:41 +02:00
CacheEntryRemovedEvent.php Update php licenses 2021-06-04 22:02:41 +02:00
CacheEntryUpdatedEvent.php Update php licenses 2021-06-04 22:02:41 +02:00
CacheInsertEvent.php Update php licenses 2021-06-04 22:02:41 +02:00
CacheUpdateEvent.php Update php licenses 2021-06-04 22:02:41 +02:00
ICache.php fix(OCP): Add since tag for all constants 2024-02-14 20:50:08 +01:00
ICacheEntry.php fix(OCP): Add since tag for all constants 2024-02-14 20:50:08 +01:00
ICacheEvent.php Update php licenses 2021-06-04 22:02:41 +02:00
IFileAccess.php feat: add interface for lower level filecache acess without having to do direct db queries 2024-03-25 16:48:41 +01:00
IPropagator.php Add already used optional sizeDifference parameter to IPropagator 2021-10-14 17:11:34 +02:00
IScanner.php fix(OCP): Add since tag for all constants 2024-02-14 20:50:08 +01:00
IUpdater.php perf: Avoid updating the folder size if we know the size difference 2024-01-12 14:21:08 +01:00
IWatcher.php fix(OCP): Add since tag for all constants 2024-02-14 20:50:08 +01:00