diff options
author | Robin Appelman <icewind@owncloud.com> | 2016-01-04 14:11:29 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2016-01-14 13:01:46 +0100 |
commit | 7530f66f52308cb2f24478495fcffdd44ce3db41 (patch) | |
tree | 68d8feb2df05c5f248610708fab027c8bcb2b995 /lib/public/files | |
parent | bdf51d9ea4a3fb3e6b0e3d019ed06ca0d9cb3d3a (diff) | |
download | nextcloud-server-7530f66f52308cb2f24478495fcffdd44ce3db41.tar.gz nextcloud-server-7530f66f52308cb2f24478495fcffdd44ce3db41.zip |
remove unneeded public cache methods
Diffstat (limited to 'lib/public/files')
-rw-r--r-- | lib/public/files/cache/icache.php | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/lib/public/files/cache/icache.php b/lib/public/files/cache/icache.php index add2b9791e4..07396db4588 100644 --- a/lib/public/files/cache/icache.php +++ b/lib/public/files/cache/icache.php @@ -210,25 +210,6 @@ interface ICache { public function searchByTag($tag, $userId); /** - * Re-calculate the folder size and the size of all parent folders - * - * @param string|boolean $path - * @param array $data (optional) meta data of the folder - * @since 9.0.0 - */ - public function correctFolderSize($path, $data = null); - - /** - * calculate the size of a folder and set it in the cache - * - * @param string $path - * @param array $entry (optional) meta data of the folder - * @return int - * @since 9.0.0 - */ - public function calculateFolderSize($path, $entry = null); - - /** * get all file ids on the files on the storage * * @return int[] |