Hi,<div><br></div><div>I'm looking at the code in core lib/files/cache.cache.php.</div><div><br></div><div>For my app I need the storage string, and to cut everything before /data.  I'm building a multiinstance owncloud app, so I cannot use "fileid" from filecache between instances; I'm using the storage and path as a key instead.</div>
<div>However, if the storage string is more than 64 chars, the storageid is hashed, which makes this not possible.</div><div><br></div><div>I can work around this for the current file, but I need it's parent's storage as well.  Is it safe to assume that a child file and its parent will always have the same storageid?</div>
<div><br></div><div>Thanks,</div><div>~Sarah Jones</div>