nextcloud-server/lib/public/Files/Cache
Carl Schwan 475c84722f refactor(IPropagator): Cleanup implementation
- Add missing type hinting
- Use only public methods from IStorage instead of relying on internal
  \OC\Storage methods
- Refactor HomePropagator to use ignore argument from Propagator instead
  of reimplementing the same logic.

Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
2025-10-08 17:15:18 +07:00
..
AbstractCacheEvent.php
CacheEntryInsertedEvent.php
CacheEntryRemovedEvent.php
CacheEntryUpdatedEvent.php
CacheInsertEvent.php
CacheUpdateEvent.php
ICache.php
ICacheEntry.php fix(files): Always return a valid mimetype 2025-10-06 09:06:17 +07:00
ICacheEvent.php
IFileAccess.php fix(FileAccess): Use one param for rewriting home dirs and excluding non-user files mounts 2025-07-15 09:15:16 +07:00
IPropagator.php refactor(IPropagator): Cleanup implementation 2025-10-08 17:15:18 +07:00
IScanner.php
IUpdater.php
IWatcher.php