From 6682f3107493f738ab015a0ac9515e801c87c39f Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 27 Jan 2016 15:51:39 +0100 Subject: clean cache interface --- lib/public/files/cache/icache.php | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'lib/public') diff --git a/lib/public/files/cache/icache.php b/lib/public/files/cache/icache.php index 07396db4588..3fbf310148d 100644 --- a/lib/public/files/cache/icache.php +++ b/lib/public/files/cache/icache.php @@ -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 * -- cgit v1.2.3