mirror of
https://github.com/nextcloud/server.git
synced 2026-04-26 08:38:11 -04:00
Merge pull request #21959 from owncloud/cache-interface-clean
clean cache interface
This commit is contained in:
commit
40a8686fe7
1 changed files with 0 additions and 15 deletions
15
lib/public/files/cache/icache.php
vendored
15
lib/public/files/cache/icache.php
vendored
|
|
@ -156,13 +156,6 @@ interface ICache {
|
|||
*/
|
||||
public function moveFromCache(ICache $sourceCache, $sourcePath, $targetPath);
|
||||
|
||||
/**
|
||||
* remove all entries for files that are stored on the storage from the cache
|
||||
*
|
||||
* @since 9.0.0
|
||||
*/
|
||||
public function clear();
|
||||
|
||||
/**
|
||||
* Get the scan status of a file
|
||||
*
|
||||
|
|
@ -209,14 +202,6 @@ interface ICache {
|
|||
*/
|
||||
public function searchByTag($tag, $userId);
|
||||
|
||||
/**
|
||||
* get all file ids on the files on the storage
|
||||
*
|
||||
* @return int[]
|
||||
* @since 9.0.0
|
||||
*/
|
||||
public function getAll();
|
||||
|
||||
/**
|
||||
* find a folder in the cache which has not been fully scanned
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue