aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Files/Cache/CacheUpdateEvent.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Files/Cache/CacheUpdateEvent.php')
-rw-r--r--lib/public/Files/Cache/CacheUpdateEvent.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/public/Files/Cache/CacheUpdateEvent.php b/lib/public/Files/Cache/CacheUpdateEvent.php
index f20056d2666..54397045398 100644
--- a/lib/public/Files/Cache/CacheUpdateEvent.php
+++ b/lib/public/Files/Cache/CacheUpdateEvent.php
@@ -26,12 +26,11 @@ declare(strict_types=1);
namespace OCP\Files\Cache;
-use OC\Files\Cache\AbstractCacheEvent;
-
/**
* Event for when an existing entry in the cache gets updated
*
* @since 16.0.0
+ * @deprecated 21.0.0 use CacheEntryUpdatedEvent instead
*/
-class CacheUpdateEvent extends AbstractCacheEvent {
+class CacheUpdateEvent extends CacheEntryUpdatedEvent {
}