diff options
Diffstat (limited to 'lib/public/Files/Storage/IStorage.php')
-rw-r--r-- | lib/public/Files/Storage/IStorage.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/public/Files/Storage/IStorage.php b/lib/public/Files/Storage/IStorage.php index 9f350f92b86..21272f216c7 100644 --- a/lib/public/Files/Storage/IStorage.php +++ b/lib/public/Files/Storage/IStorage.php @@ -427,10 +427,12 @@ interface IStorage { public function getOwner($path); /** + * @param string $path + * @param IStorage|null $storage * @return ICache * @since 9.0.0 */ - public function getCache(); + public function getCache($path = '', $storage = null); /** * @return IPropagator |