]> source.dussan.org Git - nextcloud-server.git/commitdiff
cleanup public storage interface a bit
authorRobin Appelman <icewind@owncloud.com>
Thu, 12 Sep 2013 19:58:32 +0000 (21:58 +0200)
committerRobin Appelman <icewind@owncloud.com>
Thu, 12 Sep 2013 19:58:32 +0000 (21:58 +0200)
lib/public/files/storage.php

index e794662a434e08fc477cbbce4a3b8ac3b9a5dd94..f32f20734836c998803ddbb52dee3135241d636a 100644 (file)
@@ -287,52 +287,6 @@ interface Storage {
         */
        public function hasUpdated($path, $time);
 
-       /**
-        * get a cache instance for the storage
-        *
-        * @param string $path
-        * @return \OC\Files\Cache\Cache
-        */
-       public function getCache($path = '');
-
-       /**
-        * get a scanner instance for the storage
-        *
-        * @param string $path
-        * @return \OC\Files\Cache\Scanner
-        */
-       public function getScanner($path = '');
-
-
-       /**
-        * get the user id of the owner of a file or folder
-        *
-        * @param string $path
-        * @return string
-        */
-       public function getOwner($path);
-
-       /**
-        * get a permissions cache instance for the cache
-        *
-        * @param string $path
-        * @return \OC\Files\Cache\Permissions
-        */
-       public function getPermissionsCache($path = '');
-
-       /**
-        * get a watcher instance for the cache
-        *
-        * @param string $path
-        * @return \OC\Files\Cache\Watcher
-        */
-       public function getWatcher($path = '');
-
-       /**
-        * @return \OC\Files\Cache\Storage
-        */
-       public function getStorageCache();
-
        /**
         * get the ETag for a file or folder
         *