diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/files/objectstore/abstractobjectstore.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/private/files/objectstore/abstractobjectstore.php b/lib/private/files/objectstore/abstractobjectstore.php index db4c398018e..de82003f0e8 100644 --- a/lib/private/files/objectstore/abstractobjectstore.php +++ b/lib/private/files/objectstore/abstractobjectstore.php @@ -70,17 +70,6 @@ abstract class AbstractObjectStore extends \OC\Files\Storage\Common { } /** - * @param string $path - * @return \OC\Files\Cache\Cache - */ - public function getCache($path = '') { - if (!isset($this->cache)) { - $this->cache = new \OC\Files\Cache\Cache($this); - } - return $this->cache; - } - - /** * Object Stores use a NoopScanner because metadata is directly stored in * the file cache and cannot really scan the filesystem * @param string $path |