nextcloud-server/lib/private/Files/Cache
Robin Appelman 748bcd407b
add event for inserting cache entries
this provides a reliable way for apps to listen to new files
without the need to of cache wrappers to hook into inserts themselves
(something which isn't 100% reliable)

Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-02-07 15:51:30 +07:00
..
Wrapper Properly search the root of a shared external storage 2018-11-05 16:27:43 +07:00
Cache.php add event for inserting cache entries 2019-02-07 15:51:30 +07:00
CacheEntry.php
FailedCache.php Remove useless return statements 2018-01-25 22:50:40 +07:00
HomeCache.php
HomePropagator.php
MoveFromCacheTrait.php
Propagator.php Merge pull request #12865 from nextcloud/fix/do_not_propogate_in_appdata 2018-12-06 08:50:22 +07:00
QuerySearchHelper.php
Scanner.php cleanup locks in scanner on error 2018-05-04 18:05:46 +07:00
Storage.php add event for inserting cache entries 2019-02-07 15:51:30 +07:00
StorageGlobal.php
Updater.php
Watcher.php