|
|
|
@ -233,6 +233,15 @@ class CacheWrapper extends Cache { |
|
|
|
return $this->cache->getPathById($id); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* Returns the numeric storage id |
|
|
|
* |
|
|
|
* @return int |
|
|
|
*/ |
|
|
|
public function getNumericStorageId() { |
|
|
|
return $this->cache->getNumericStorageId(); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* get the storage id of the storage for a file and the internal path of the file |
|
|
|
* unlike getPathById this does not limit the search to files on this storage and |
|
|
|
|