aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Files/Cache/ICacheEvent.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Files/Cache/ICacheEvent.php')
-rw-r--r--lib/public/Files/Cache/ICacheEvent.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/public/Files/Cache/ICacheEvent.php b/lib/public/Files/Cache/ICacheEvent.php
index c075d65564e..54ef15b0392 100644
--- a/lib/public/Files/Cache/ICacheEvent.php
+++ b/lib/public/Files/Cache/ICacheEvent.php
@@ -45,6 +45,12 @@ interface ICacheEvent {
public function getPath(): string;
/**
+ * @param string $path
+ * @since 19.0.0
+ */
+ public function setPath(string $path): void;
+
+ /**
* @return int
* @since 16.0.0
*/