|
|
|
|
@ -51,6 +51,8 @@ class Cache extends CacheJail { |
|
|
|
|
|
|
|
|
|
private $ownerDisplayName; |
|
|
|
|
|
|
|
|
|
private $numericId; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* @param \OCA\Files_Sharing\SharedStorage $storage |
|
|
|
|
* @param ICacheEntry $sourceRootInfo |
|
|
|
|
@ -58,6 +60,7 @@ class Cache extends CacheJail { |
|
|
|
|
public function __construct($storage, ICacheEntry $sourceRootInfo) { |
|
|
|
|
$this->storage = $storage; |
|
|
|
|
$this->sourceRootInfo = $sourceRootInfo; |
|
|
|
|
$this->numericId = $sourceRootInfo->getStorageId(); |
|
|
|
|
parent::__construct( |
|
|
|
|
null, |
|
|
|
|
$this->sourceRootInfo->getPath() |
|
|
|
|
|