mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
remove unneeded public cache methods
This commit is contained in:
parent
bdf51d9ea4
commit
7530f66f52
1 changed files with 0 additions and 19 deletions
19
lib/public/files/cache/icache.php
vendored
19
lib/public/files/cache/icache.php
vendored
|
|
@ -209,25 +209,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
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue