server/lib/public/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 +01:00
..
CacheInsertEvent.php add event for inserting cache entries 2019-02-07 15:51:30 +01:00
ICache.php
ICacheEntry.php
IPropagator.php
IScanner.php
IUpdater.php
IWatcher.php