]> source.dussan.org Git - nextcloud-server.git/commit
move AbstractCacheEvent into OCP 25654/head
authorRobin Appelman <robin@icewind.nl>
Mon, 15 Feb 2021 13:03:08 +0000 (14:03 +0100)
committerRobin Appelman <robin@icewind.nl>
Mon, 15 Feb 2021 18:12:30 +0000 (19:12 +0100)
commit0363af37904992de5f5021d8e55e3baa8186f308
tree9432ba074cd18410318d9a630d25c88d5b28a690
parent9929adde0896e23600eec6279974f13ff46bf523
move AbstractCacheEvent into OCP

otherwise we have concrete cache events in OCP extending non OCP classes

Signed-off-by: Robin Appelman <robin@icewind.nl>
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/Files/Cache/AbstractCacheEvent.php [deleted file]
lib/public/Files/Cache/AbstractCacheEvent.php [new file with mode: 0644]
lib/public/Files/Cache/CacheEntryInsertedEvent.php
lib/public/Files/Cache/CacheEntryRemovedEvent.php
lib/public/Files/Cache/CacheEntryUpdatedEvent.php