nextcloud-server/lib/public/Files/Cache
Robin Appelman 0363af3790
move AbstractCacheEvent into OCP
otherwise we have concrete cache events in OCP extending non OCP classes

Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-02-15 19:12:30 +07:00
..
AbstractCacheEvent.php move AbstractCacheEvent into OCP 2021-02-15 19:12:30 +07:00
CacheEntryInsertedEvent.php move AbstractCacheEvent into OCP 2021-02-15 19:12:30 +07:00
CacheEntryRemovedEvent.php move AbstractCacheEvent into OCP 2021-02-15 19:12:30 +07:00
CacheEntryUpdatedEvent.php move AbstractCacheEvent into OCP 2021-02-15 19:12:30 +07:00
CacheInsertEvent.php rename cache event to follow new naming standards 2020-11-26 15:39:46 +07:00
CacheUpdateEvent.php rename cache event to follow new naming standards 2020-11-26 15:39:46 +07:00
ICache.php
ICacheEntry.php
ICacheEvent.php extend cache events 2020-11-26 15:22:03 +07:00
IPropagator.php
IScanner.php
IUpdater.php
IWatcher.php