aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-02-13 08:38:33 +0100
committerJoas Schilling <coding@schilljs.com>2020-02-13 08:38:33 +0100
commitdc050fb5e5b1ce294553c8905f409e03dca1b1aa (patch)
treefd807ae6e8b64080108ae225c1c76816f8e7cd6c /lib/public
parentc34570faf8d0e18df32a1bb334733964f88a388f (diff)
downloadnextcloud-server-dc050fb5e5b1ce294553c8905f409e03dca1b1aa.tar.gz
nextcloud-server-dc050fb5e5b1ce294553c8905f409e03dca1b1aa.zip
Allow to overwrite the path on the cache event
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/public')
-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
*/