diff options
Diffstat (limited to 'lib/files/storage/storage.php')
-rw-r--r-- | lib/files/storage/storage.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/files/storage/storage.php b/lib/files/storage/storage.php index 1da82da2163..c96caebf4af 100644 --- a/lib/files/storage/storage.php +++ b/lib/files/storage/storage.php @@ -329,6 +329,11 @@ interface Storage { public function getWatcher($path = ''); /** + * @return \OC\Files\Cache\Storage + */ + public function getStorageCache(); + + /** * get the ETag for a file or folder * * @param string $path |