summaryrefslogtreecommitdiffstats
path: root/lib/public/Files/Cache/CacheInsertEvent.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Files/Cache/CacheInsertEvent.php')
-rw-r--r--lib/public/Files/Cache/CacheInsertEvent.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/public/Files/Cache/CacheInsertEvent.php b/lib/public/Files/Cache/CacheInsertEvent.php
index 84fc1a2e928..08ab15f9a2d 100644
--- a/lib/public/Files/Cache/CacheInsertEvent.php
+++ b/lib/public/Files/Cache/CacheInsertEvent.php
@@ -26,12 +26,11 @@ declare(strict_types=1);
namespace OCP\Files\Cache;
-use OC\Files\Cache\AbstractCacheEvent;
-
/**
* Event for when a new entry gets added to the cache
*
* @since 16.0.0
+ * @deprecated 21.0.0 use CacheEntryInsertedEvent instead
*/
-class CacheInsertEvent extends AbstractCacheEvent {
+class CacheInsertEvent extends CacheEntryInsertedEvent {
}