192
187
# of calculating the filename before doing a cache lookup is more than
193
188
# compensated for by not calculating the filename when making new
196
190
_filename = self.filename(file_id)
198
192
return self.get_weave(file_id, transaction, _filename=_filename)